UNPKG

@a11ywatch/core

Version:
7 lines (6 loc) 157 B
interface Props { statusColor: string; score?: number; } export declare const rawStatusBadge: ({ statusColor, score, }: Props) => string; export {};