UNPKG

mantine-entity

Version:

A library combining Mantine, TanStack Query, and Mantine React Table for efficient entity management

7 lines (6 loc) 210 B
declare const notify: ({ type, message, }: { withBorder?: boolean | undefined; type?: "error" | "warning" | "success"; message?: string | undefined; }) => string | undefined; export default notify;