9 lines
258 B
TypeScript
Raw Normal View History

2024-11-05 10:07:15 +08:00
import { withNoopInstall } from '../../utils'
import LazyLoad from './src/lazy-load.vue'
export const TnLazyLoad = withNoopInstall(LazyLoad)
export default TnLazyLoad
export * from './src/lazy-load'
export type { TnLazyLoadInstance } from './src/instance'