UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

6 lines (5 loc) 134 B
declare const notification: ({ title, message }: { title: string; message: string; }) => string; export default notification;