UNPKG

@refinedev/core

Version:

Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.

3 lines 284 B
import type { OpenNotificationParams } from "../../../contexts/notification/types"; export declare const useHandleNotification: () => (notification: OpenNotificationParams | false | undefined, fallbackNotification?: OpenNotificationParams) => void; //# sourceMappingURL=index.d.ts.map