UNPKG

gather-content-ui

Version:
14 lines 472 B
/** * @usage * * <NotificationInlineBase>This is a warning</NotificationInlineBase> */ declare function NotificationInlineBase({ children, className, textClassName, iconName, showShadow, ...rest }: any): import("react/jsx-runtime").JSX.Element; declare namespace NotificationInlineBase { var defaultProps: { className: string; showShadow: boolean; }; } export default NotificationInlineBase; //# sourceMappingURL=NotificationInlineBase.d.ts.map