9 lines
265 B
TypeScript
9 lines
265 B
TypeScript
![]() |
import { withNoopInstall } from '../../utils'
|
||
|
import BubbleBox from './src/bubble-box.vue'
|
||
|
|
||
|
export const TnBubbleBox = withNoopInstall(BubbleBox)
|
||
|
export default TnBubbleBox
|
||
|
|
||
|
export * from './src/bubble-box'
|
||
|
export type { TnBubbleBoxInstance } from './src/instance'
|