UNPKG

@studiocms/ui

Version:

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

10 lines (9 loc) 164 B
function toast(props) { const createToast = new CustomEvent("createtoast", { detail: props }); document.dispatchEvent(createToast); } export { toast };