{"version":3,"file":"index.mjs","sources":["../../src/cell/index.ts"],"sourcesContent":["import _Cell from './cell';\nimport _CellGroup from './cell-group';\nimport { withInstall } from '../shared';\nimport { TdCellProps, TdCellGroupProps } from './type';\n\nimport './style';\n\nexport * from './type';\nexport type CellProps = TdCellProps;\nexport type CellGroupProps = TdCellGroupProps;\n\nexport const Cell = withInstall(_Cell);\nexport const CellGroup = withInstall(_CellGroup);\nexport default Cell;\n"],"names":["Cell","withInstall","_Cell","CellGroup","_CellGroup"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWaA,IAAA,GAAOC,YAAYC,KAAK,EAAA;IACxBC,SAAA,GAAYF,YAAYG,UAAU;;;;"}