UNPKG

tdesign-mobile-vue

Version:
1 lines 824 B
{"version":3,"file":"index.mjs","sources":["../../src/layout/index.ts"],"sourcesContent":["import _Row from './row';\nimport _Col from './col';\nimport { withInstall, WithInstallType } from '../shared';\nimport { TdRowProps, TdColProps } from './type';\n\nimport './style';\n\nexport * from './type';\n\nexport type RowProps = TdRowProps;\nexport type ColProps = TdColProps;\n\nexport const Row: WithInstallType<typeof _Row> = withInstall(_Row);\nexport const Col: WithInstallType<typeof _Col> = withInstall(_Col);\n\nexport default {\n Row,\n Col,\n};\n"],"names":["Row","withInstall","_Row","Col","_Col"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAYaA,GAAA,GAAoCC,YAAYC,IAAI,EAAA;IACpDC,GAAA,GAAoCF,YAAYG,IAAI,EAAA;AAEjE,YAAe;AACbJ,EAAAA,GAAA,EAAAA,GAAA;AACAG,EAAAA,GAAA,EAAAA,GAAAA;AACF,CAAA;;;;"}