UNPKG

gather-content-ui

Version:
9 lines 305 B
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