UNPKG

@confi/conflux-react-ui-test-package

Version:

Modern and minimalist React UI library.

10 lines (9 loc) 259 B
import React from 'react'; interface Props { prop: string; label?: string; width?: number; } export declare type TableColumnProps = Props; declare const TableColumn: React.FC<React.PropsWithChildren<TableColumnProps>>; export default TableColumn;