UNPKG

gather-content-ui

Version:
10 lines 392 B
import { HTMLAttributes } from "react"; interface Props extends HTMLAttributes<HTMLSpanElement> { color: string; icon?: string; solid?: boolean; thickBorder?: boolean; } export declare function StatusIndicatorCircle({ color, icon, solid, thickBorder, className, }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=statusIndicatorCircle.d.ts.map