mui-simple
Version:
Override mui-v7 components to simplify usage
6 lines • 384 B
TypeScript
import type { SerializedStyles } from '@emotion/serialize';
export declare function customColor(props: any): SerializedStyles;
export declare function antSwitchStyle(props: any): SerializedStyles;
export declare function androidSwitchStyle(props: any): SerializedStyles;
export declare function iosSwitchStyle(props: any): SerializedStyles;
//# sourceMappingURL=Switch.styles.d.ts.map