UNPKG

hh-ui-components

Version:
7 lines (6 loc) 151 B
import React from "react"; export interface ColorsProps { label?: string; href?: string; } export declare const Colors: React.FC<ColorsProps>;