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) 130 B
import React from 'react'; import { Data, DefaultProps } from './types'; export declare const Cell: React.FC<DefaultProps<Data>>;