alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
13 lines (12 loc) • 663 B
TypeScript
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;
}