{"version":3,"file":"index.mjs","sources":["../../../../../packages/components/timeline/index.ts"],"sourcesContent":["import type { App } from 'vue'\nimport { withInstall } from '@touchvue/utils'\nimport Timeline from './src/timeline.vue'\nimport { defineComponent } from 'vue'\n\nexport const ToTimeline = withInstall(Timeline as ReturnType<typeof defineComponent>)\n\nexport type TimelineInstance = InstanceType<typeof Timeline>\n\nexport default {\n\tinstall(app: App) {\n\t\tapp.component(ToTimeline.name, ToTimeline)\n\t},\n}\n\nexport * from './src/timeline'\n"],"names":[],"mappings":";;;AAKa,MAAA,UAAA,GAAa,YAAY,QAA8C,EAAA;AAIpF,YAAe;AAAA,EACd,QAAQ,GAAU,EAAA;AACjB,IAAI,GAAA,CAAA,SAAA,CAAU,UAAW,CAAA,IAAA,EAAM,UAAU,CAAA,CAAA;AAAA,GAC1C;AACD,CAAA;;;;"}