react-chrono
Version:
A Modern Timeline component for React
24 lines • 667 B
TypeScript
export declare const buttonWrapper: import('@vanilla-extract/recipes').RuntimeFn<{
active: {
true: {
backgroundColor: `var(--${string})`;
color: `var(--${string})`;
borderColor: `var(--${string})`;
};
false: {};
};
size: {
sm: {
padding: `var(--${string})`;
};
md: {
padding: `var(--${string})`;
};
lg: {
padding: `var(--${string})`;
};
};
}>;
export declare const toggleSwitch: string;
export type ButtonWrapperVariants = Parameters<typeof buttonWrapper>[0];
//# sourceMappingURL=toggle-button.css.d.ts.map