UNPKG

@wordpress/notices

Version:
7 lines 241 B
type SnackbarNoticesProps = { className?: string; context?: string; }; export default function SnackbarNotices({ className, context }: SnackbarNoticesProps): import("react").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map