UNPKG

tdesign-mobile-vue

Version:
1 lines 791 B
{"version":3,"file":"index.mjs","sources":["../../src/cell/index.ts"],"sourcesContent":["import _Cell from './cell';\nimport _CellGroup from './cell-group';\nimport { withInstall, WithInstallType } 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: WithInstallType<typeof _Cell> = withInstall(_Cell);\nexport const CellGroup: WithInstallType<typeof _CellGroup> = withInstall(_CellGroup);\nexport default Cell;\n"],"names":["Cell","withInstall","_Cell","CellGroup","_CellGroup"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWaA,IAAA,GAAsCC,YAAYC,KAAK,EAAA;IACvDC,SAAA,GAAgDF,YAAYG,UAAU;;;;"}