@1771technologies/lytenyte-pro
Version:
11 lines (10 loc) • 322 B
TypeScript
import { Popover as P } from '@base-ui-components/react/popover';
export declare const Popover: {
Arrow: typeof P.Arrow;
Backdrop: typeof P.Backdrop;
Close: typeof P.Close;
Description: typeof P.Description;
Container: typeof P.Popup;
Positioner: typeof P.Positioner;
Title: typeof P.Title;
};