UNPKG

alinea

Version:
13 lines (12 loc) 667 B
import { type ButtonHTMLAttributes, type HTMLAttributes } from 'react'; export declare namespace DropdownMenu { function Root({ top, bottom, left, right, ...props }: HTMLAttributes<HTMLDivElement> & { top?: boolean; bottom?: boolean; left?: boolean; right?: boolean; }): import("react/jsx-runtime").JSX.Element; function Trigger(props: HTMLAttributes<HTMLButtonElement>): import("react/jsx-runtime").JSX.Element; function Items(props: HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; function Item(props: ButtonHTMLAttributes<HTMLButtonElement>): import("react/jsx-runtime").JSX.Element; }