UNPKG

@brizy/ui

Version:
9 lines (8 loc) 252 B
import { FCC } from "../types"; export interface Props { status?: "success" | "processing" | "default" | "error" | "warning"; size?: "small" | "middle" | "large"; text?: string; fill?: boolean; } export declare const Badge: FCC<Props>;