9 lines
235 B
TypeScript
Raw Normal View History

2024-11-05 10:07:15 +08:00
import { withNoopInstall } from '../../utils'
import Empty from './src/empty.vue'
export const TnEmpty = withNoopInstall(Empty)
export default TnEmpty
export * from './src/empty'
export type { TnEmptyInstance } from './src/instance'