UNPKG

@ticketmaster/prism

Version:

Live Nation Component library

11 lines (10 loc) 295 B
/// <reference types="react" /> declare type Props = { label: string; id: string; options: Array<JSX.Element>; children: JSX.Element | string; positioned?: 'left' | 'right'; }; declare function Dropdown({ positioned, ...props }: Props): JSX.Element; export default Dropdown;