UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

7 lines (6 loc) 358 B
import type { UseMassageManageReturnInterface } from '../use-message-mange/interface'; import type { MessageFnWithType, MessageFn } from '../../_interface'; export declare const massageManage: UseMassageManageReturnInterface; export declare const useMessage: (target: 'message' | 'notification') => { instance: MessageFn & Partial<MessageFnWithType>; };