UNPKG

@td-design/react-native

Version:

react-native UI组件库

8 lines 273 B
/// <reference types="react" /> import { TableProps } from './type'; declare function Table<T extends Record<string, any>>(props: TableProps<T>): JSX.Element; declare namespace Table { var displayName: string; } export default Table; //# sourceMappingURL=index.d.ts.map