UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

13 lines (12 loc) 663 B
import { Popover } from '@headlessui/react'; import { HTMLAttributes, PropsWithChildren } from 'react'; export declare namespace PopoverMenu { function Root(props: HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; const Trigger: typeof Popover.Button; function Items({ left, right, ...props }: HTMLAttributes<HTMLDivElement> & { left?: boolean; right?: boolean; }): import("react/jsx-runtime").JSX.Element; function Header({ children }: PropsWithChildren<{}>): import("react/jsx-runtime").JSX.Element; function Footer({ children }: PropsWithChildren<{}>): import("react/jsx-runtime").JSX.Element; }