UNPKG

@td-design/react-native

Version:

react-native UI组件库

11 lines 279 B
import { FC } from 'react'; import { StyleProp, ViewStyle } from 'react-native'; interface RowsProps { data: { [key: string]: string; }; rowStyle?: StyleProp<ViewStyle>; } export declare const Rows: FC<RowsProps>; export {}; //# sourceMappingURL=Rows.d.ts.map