UNPKG

@makeen.io/material-ui-kit

Version:
9 lines (8 loc) 398 B
import { SwitchProps } from "@material-ui/core/Switch"; export declare type ISwitchProps = SwitchProps & { conditional?: boolean; leftLabel?: string; rightLabel?: string; }; declare const _default: import("styled-components").StyledComponent<({ conditional, leftLabel, rightLabel, className, ...props }: Readonly<ISwitchProps>) => JSX.Element, any, {}, never>; export default _default;