UNPKG

t-fighting-design

Version:

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

4 lines (3 loc) 204 B
import type { InstallType, MessageFn, MessageFnWithType } from '../_interface'; export declare const FNotification: InstallType<MessageFn & Partial<MessageFnWithType>>; export * from './src/interface.d';