UNPKG

@td-design/react-native

Version:

react-native UI组件库

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