UNPKG

@tuniao/tnui-vue3-uniapp

Version:
9 lines (6 loc) 242 B
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'