UNPKG

@studiocms/ui

Version:

The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.

9 lines (7 loc) 216 B
import type { ToastProps } from '../../types/index.js'; /** * A function to create toasts with. * @param props The props to pass to the toast */ declare function toast(props: ToastProps): void; export { toast };