UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

6 lines 225 B
import React from 'react'; import type { SwitchProps } from '../../decs'; declare const Switch: React.FC<SwitchProps>; export type { SwitchProps } from '../../decs'; export default Switch; //# sourceMappingURL=Switch.d.ts.map