tdesign-mobile-vue
Version:
tdesign-mobile-vue
1 lines • 793 B
Source Map (JSON)
{"version":3,"file":"index.mjs","sources":["../../src/steps/index.ts"],"sourcesContent":["import _Steps from './steps';\nimport _StepItem from './step-item';\nimport { withInstall, WithInstallType } from '../shared';\nimport { TdStepsProps, TdStepItemProps } from './type';\n\nimport './style';\n\nexport * from './type';\nexport type StepItemProps = TdStepItemProps;\nexport type StepsProps = TdStepsProps;\n\nexport const StepItem: WithInstallType<typeof _StepItem> = withInstall(_StepItem);\nexport const Steps: WithInstallType<typeof _Steps> = withInstall(_Steps);\nexport default Steps;\n"],"names":["StepItem","withInstall","_StepItem","Steps","_Steps"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWaA,QAAA,GAA8CC,YAAYC,SAAS,EAAA;IACnEC,KAAA,GAAwCF,YAAYG,MAAM;;;;"}