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