UNPKG

@td-design/react-native

Version:

react-native UI组件库

5 lines 206 B
import { FC } from 'react'; import { ProgressProps } from './type'; declare const LineProgress: FC<Omit<ProgressProps, 'innerWidth'>>; export default LineProgress; //# sourceMappingURL=LineProgress.d.ts.map