UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

7 lines (6 loc) 357 B
import { NotificationProps } from "./notification.types.js"; //#region src/notification/context.d.ts declare const NotificationProvider: import("react").Provider<Partial<NotificationProps>>, useNotificationContext: () => Partial<NotificationProps>; //#endregion export { NotificationProvider, useNotificationContext }; //# sourceMappingURL=context.d.ts.map