mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
7 lines
187 B
TypeScript
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 };
|