UNPKG

shineout

Version:

A components library for React

8 lines (7 loc) 204 B
import Table from './table'; type RefTable = typeof Table; export interface TableComponent extends RefTable { displayName: string; } declare const TableComp: TableComponent; export default TableComp;