UNPKG

@thinkbuff/figma-react

Version:

A Figma React UI components for creating plugins and widgets

8 lines (7 loc) 394 B
import { VariantProps } from 'class-variance-authority'; export declare const inputVariants: (props?: ({ variant?: "default" | "border" | null | undefined; invalid?: boolean | null | undefined; disabled?: boolean | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export type InputVariantsProps = VariantProps<typeof inputVariants>;