8 lines
220 B
TypeScript
8 lines
220 B
TypeScript
![]() |
import { withNoopInstall } from '../../utils'
|
||
|
import CountTo from './src/count-to.vue'
|
||
|
|
||
|
export const TnCountTo = withNoopInstall(CountTo)
|
||
|
export default TnCountTo
|
||
|
|
||
|
export type { TnCountToInstance } from './src/instance'
|