@legion-ui-kit/react-core
Version:
<div align="center"> <img height="108" width="116" src="https://legion.digitaltelkom.id/favicon.svg?v=4643a71fb65fa61a5f2b266b769ea7b1" /> <h1 align="center">Legion UI Kit - React Core</h1> </div>
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"}