gather-content-ui
Version:
GatherContent UI Library
9 lines • 305 B
TypeScript
import React from "react";
interface Props {
children: React.ReactNode;
visible: boolean;
className?: string;
}
export declare function NotificationBlip({ children, visible, className }: Props): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=NotificationBlip.d.ts.map