@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
11 lines • 609 B
TypeScript
import { HTMLHopeProps } from "../types";
import { NotificationConfig } from "./notification.types";
declare type NotificationContainerOptions = Omit<NotificationConfig, "onClose">;
export declare type NotificationContainerProps = HTMLHopeProps<"div", NotificationContainerOptions>;
/**
* The container for a notification.
* It renders the default Hope UI designed notification or a custom one if the `render` prop is passed.
*/
export declare function NotificationContainer(props: NotificationContainerProps): import("solid-js").JSX.Element;
export {};
//# sourceMappingURL=notification-container.d.ts.map