UNPKG

gather-content-ui

Version:
12 lines 386 B
export declare function NotificationBar({ level, children, ...rest }: any): import("react/jsx-runtime").JSX.Element; export declare namespace NotificationBar { var defaultProps: { level: string; clickHandler: null; className: string; center: boolean; onClose: null; }; } export default NotificationBar; //# sourceMappingURL=index.d.ts.map