gather-content-ui
Version:
GatherContent UI Library
12 lines • 386 B
TypeScript
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