Searched refs:TableLayout (Results 1 – 4 of 4) sorted by relevance
7 import { TableLayout, TextAlign } from './types';12 layout?: TableLayout;19 layout = TableLayout.Auto,
1 export enum TableLayout { enum
6 export { TableLayout } from './types';
5 import { Cell, HeaderCell, Row, Table, TableHead, TableLayout } from '~/ui/components/Table';56 <Table layout={TableLayout.Fixed}>