UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

1 lines 705 B
{"version":3,"file":"index.mjs","sources":["../../src/steps/index.ts"],"sourcesContent":["import _Steps from './steps';\nimport _StepItem from './step-item';\nimport withInstall from '../utils/withInstall';\nimport { TdStepsProps, TdStepItemProps } from './type';\n\nimport './style';\n\nexport * from './type';\nexport type StepsProps = TdStepsProps;\nexport type StepItemProps = TdStepItemProps;\n\nexport const Steps = withInstall(_Steps);\nexport const StepItem = withInstall(_StepItem);\nexport default Steps;\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWO,IAAA,KAAA,GAAA,WAAA,CAAA,MAAA,EAAA;AACA,IAAA,QAAA,GAAA,WAAA,CAAA,SAAA;;;;"}