gather-content-ui
Version:
GatherContent UI Library
11 lines • 401 B
TypeScript
export declare function NotificationBarDanger({ children, className, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace NotificationBarDanger {
var defaultProps: {
clickHandler: null;
className: string;
center: boolean;
onClose: null;
};
}
export default NotificationBarDanger;
//# sourceMappingURL=NotificationBarDanger.d.ts.map