vant/src/notify/index.ts
2021-03-29 17:47:24 +08:00

7 lines
187 B
TypeScript

import { Notify, NotifyOptions } from './function-call';
import type { NotifyType } from './Notify';
export default Notify;
export { Notify };
export type { NotifyType, NotifyOptions };