UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 194 B
/// <reference types="react" /> import { TableProps } from './table.type'; declare const _default: <DataItem, Value>(props: TableProps<DataItem, Value>) => JSX.Element; export default _default;