@thinkbuff/figma-react
Version:
A Figma React UI components for creating plugins and widgets
8 lines (7 loc) • 394 B
TypeScript
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>;