2024-11-05 10:07:15 +08:00

9 lines
242 B
TypeScript

import { withNoopInstall } from '../../utils'
import Notify from './src/notify.vue'
export const TnNotify = withNoopInstall(Notify)
export default TnNotify
export * from './src/notify'
export type { TnNotifyInstance } from './src/instance'