UNPKG

@openhands/ui

Version:
4 lines (3 loc) 197 B
export type ChipVariant = "pill" | "corner"; export type ChipColor = "primaryDark" | "primaryLight" | "green" | "red" | "aqua" | "gray"; export declare const chipStyles: Record<ChipColor, string>;