UNPKG

y-design-ssr

Version:

SSR component library of YUI with Vue3

4 lines (3 loc) 182 B
import { ToastPropsType } from './toast'; declare const createToast: (customProps: Partial<ToastPropsType>, iconProps?: Record<string, unknown>) => void; export default createToast;