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.

5 lines (4 loc) 211 B
import React, { ReactText } from 'react'; import { DefaultProps } from './types'; export declare const Row: React.FC<DefaultProps<ReactText[]>>; export declare const Rows: React.FC<DefaultProps<ReactText[][]>>;