import * as React from "react"; import { AbstractPureComponent } from "../../common"; import { Props } from "../../common/props"; export interface MenuProps extends Props, React.HTMLAttributes { /** Menu items. */ children?: React.ReactNode; /** Whether the menu items in this menu should use a large appearance. */ large?: boolean; /** Whether the menu items in this menu should use a small appearance. */ small?: boolean; /** Ref handler that receives the HTML `