UNPKG

@td-design/react-native

Version:

react-native UI组件库

5 lines 175 B
import { FC } from 'react'; import { NoticeBarProps } from './type'; declare const NoticeBar: FC<NoticeBarProps>; export default NoticeBar; //# sourceMappingURL=index.d.ts.map