UNPKG

alouette

Version:

A modern, customizable design system built on top of NativeWind v5 with configurable defaults

4 lines 271 B
import { type ReactNode } from "react"; import type { PopoverProps } from "./Popover"; export declare function Popover({ open, onClose, anchorRef, placement, accent, "aria-label": ariaLabel, children, }: PopoverProps): ReactNode; //# sourceMappingURL=Popover.web.d.ts.map