UNPKG

@royyanbach-mhg-test/material-tailwind-react

Version:

@material-tailwind/react is an easy-to-use components library for ReactJS & Tailwind CSS inspired by Material Design.

32 lines 925 B
import switchColors from "./switchColors"; import type { color, label, ripple, className, disabled, objectType } from "../../../types/components/checkbox"; export interface SwitchButtonStylesType { defaultProps?: { color?: color; label?: label; ripple?: ripple; className?: className; disabled?: disabled; containerProps?: objectType; labelProps?: objectType; circleProps?: objectType; }; valid?: { colors?: string[]; }; styles?: { base?: { root?: object; container?: object; input?: object; circle?: object; ripple?: object; label?: object; disabled?: object; }; colors: typeof switchColors; }; } export declare const switchButton: SwitchButtonStylesType; export default switchButton; //# sourceMappingURL=index.d.ts.map