@swapr/ui
Version:
Lib of UI components and web3 components
13 lines (10 loc) • 607 B
TypeScript
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
declare const buttonStyles: (props?: ({
size?: "xl" | "lg" | "md" | "sm" | "xs" | null | undefined;
variant?: "primary" | "light" | "secondary" | "tertiary" | "neutral" | "ghost" | null | undefined;
colorScheme?: "main" | "danger" | "success" | null | undefined;
active?: boolean | null | undefined;
width?: "full" | "fit" | "normal" | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
export { buttonStyles };
//# sourceMappingURL=styles.d.d.ts.map