gather-content-ui
Version:
GatherContent UI Library
10 lines • 392 B
TypeScript
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