10 lines
234 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:07:15 +08:00
import { withNoopInstall } from '../../utils'
import Badge from './src/badge.vue'
export const TnBadge = withNoopInstall(Badge)
export default TnBadge
export * from './src/badge'
export type { BadgeInstance } from './src/instance'