9 lines
226 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:14:41 +08:00
import { withNoopInstall } from '../../utils'
import Icon from './src/icon.vue'
export const TnIcon = withNoopInstall(Icon)
export default TnIcon
export * from './src/icon'
export type { IconInstance } from './src/instance'