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