UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

7 lines (6 loc) 163 B
import { Props } from './types'; /** * 让类以函数形式调用 */ declare const notification: (props: Props) => HTMLDivElement; export default notification;