EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/components/line-progress/index.ts
2025-02-08 18:50:38 +08:00

9 lines
286 B
TypeScript

import { withNoopInstall } from '../../utils'
import lineProgress from './src/line-progress.vue'
export const TnLineProgress = withNoopInstall(lineProgress)
export default TnLineProgress
export * from './src/line-progress'
export type { TnLineProgressInstance } from './src/instance'