UNPKG

@theaimegroup/aime-component-library

Version:

AIME Component Library

4 lines (3 loc) 147 B
import { TableType } from "../intefaces/interfaces"; declare function DelightTable(props: TableType): JSX.Element; export default DelightTable;