UNPKG

@chamn/engine

Version:
8 lines (7 loc) 220 B
import { SwitchProps } from 'antd'; import { CSetter } from '../type'; type BooleanSetterProps = SwitchProps; export declare const BooleanSetter: CSetter<BooleanSetterProps & { initialValue?: boolean; }>; export {};