UNPKG

hh-ui-components

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