UNPKG

@gizwits/vantui

Version:

机智云组件库

13 lines (9 loc) 302 B
import { FunctionComponent } from 'react' import { ControlledProps } from './gizwits-type' export interface BooleanItemProps extends ControlledProps<boolean> { icon?: string title: string subTitle: string } declare const BooleanItem: FunctionComponent<BooleanItemProps> export { BooleanItem }