UNPKG

@td-design/react-native

Version:

react-native UI组件库

7 lines 260 B
import React from 'react'; declare const Checkbox: React.MemoExoticComponent<({ disabled, checked }: { disabled?: boolean | undefined; checked: 'all' | 'half' | 'none'; }) => JSX.Element>; export default Checkbox; //# sourceMappingURL=Checkbox.d.ts.map