Skip to content
On this page

Home > @plaidev/karte-action-sdk > VariantStyles

VariantStyles type

Signature:

typescript
type VariantStyles<Props extends object = object> = Props & {
    hover?: Props;
    active?: Props;
};