@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
9 lines (8 loc) • 398 B
TypeScript
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;