9 lines
300 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:14:41 +08:00
import { withNoopInstall } from '../../utils'
import circleProgress from './src/circle-progress.vue'
export const TnCircleProgress = withNoopInstall(circleProgress)
export default TnCircleProgress
export * from './src/circle-progress'
export type { TnCircleProgressInstance } from './src/instance'