UNPKG

@guardian/threads

Version:
10 lines (9 loc) 251 B
import { FunctionComponent, ReactNode } from 'react'; declare type MenuProps = { className?: string; children: ReactNode; isSidebar?: boolean; isPopover?: boolean; }; export declare const Menu: FunctionComponent<MenuProps>; export {};