UNPKG

react-native-table-component-2

Version:

Build table for react native. Forked from the original 'react-native-table-component' to fix support for newer versions of react-native-web. Not actively maintained/supported.

4 lines (3 loc) 137 B
import { TableComponent } from './types'; export declare const Table: TableComponent; export declare const TableWrapper: TableComponent;