gather-content-ui
Version:
GatherContent UI Library
14 lines • 472 B
TypeScript
/**
* @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