UNPKG

@td-design/react-native

Version:

react-native UI组件库

6 lines 289 B
import React from 'react'; import type { CheckboxProps } from './type'; declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<unknown>>; export { Checkbox }; export { default as CheckboxList } from './CheckboxList'; //# sourceMappingURL=index.d.ts.map