UNPKG

y-design-ssr

Version:

SSR component library of YUI with Vue3

8 lines (7 loc) 254 B
import { ToastPropsType } from './toast'; /** * @description: 创建实例并挂载 * @param 自定义Props */ declare const createToast: (customProps: Partial<ToastPropsType>, iconProps?: Record<string, unknown>) => void; export default createToast;