UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

5 lines (4 loc) 202 B
import React from 'react'; import type { TableProps } from './Table.types'; declare const Table: React.ForwardRefExoticComponent<TableProps & React.RefAttributes<HTMLDivElement>>; export default Table;