xdesign-vue-next
Version:
XDesign Component for vue-next
1 lines • 747 B
Source Map (JSON)
{"version":3,"file":"index.mjs","sources":["../../src/grid/index.ts"],"sourcesContent":["import _Row from './row';\nimport _Col from './col';\nimport withInstall from '../utils/withInstall';\nimport { TdRowProps, TdColProps } from './type';\n\nimport './style';\n\nexport * from './type';\nexport type ColProps = TdColProps;\nexport type RowProps = TdRowProps;\n\nexport const Row = withInstall(_Row);\nexport const Col = withInstall(_Col);\nexport default { Row, Col };\n"],"names":["Row","Col"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWO,IAAA,GAAA,GAAA,WAAA,CAAA,IAAA,EAAA;AACA,IAAA,GAAA,GAAA,WAAA,CAAA,IAAA,EAAA;AACP,YAAA;AAAiBA,EAAAA,GAAAA,EAAAA,GAAAA;AAAKC,EAAAA,GAAAA,EAAAA,GAAAA;AAAI,CAAA;;;;"}