@legion-ui-kit/react-core
Version:
To install the package into your project:
1 lines • 672 B
Source Map (JSON)
{"version":3,"file":"Table.constant.cjs","sources":["../../../../src/components/Table/Table.constant.ts"],"sourcesContent":["import { TTableBorderCell } from './Table.type';\r\n\r\nexport const TABLE_BORDER_CELLS: TTableBorderCell[] = ['none', 'column', 'row', 'both']\r\nexport const TABLE_BORDER_CELL: { [key in TTableBorderCell]: key } = {\r\n\tnone: 'none',\r\n\tcolumn: 'column',\r\n\trow: 'row',\r\n\tboth: 'both',\r\n}\r\n\r\nexport const TABLE_DEFAULT_PROPS = {\r\n\tborderCell: TABLE_BORDER_CELL.column,\r\n}\r\n"],"names":["TABLE_BORDER_CELL","column","TABLE_DEFAULT_PROPS","borderCell"],"mappings":"aAGO,MAAMA,EAAwD,CAEpEC,OAAQ,UAKIC,EAAsB,CAClCC,WAAYH,EAAkBC"}