UNPKG

@kadoui/react

Version:

Kadoui primitive components for React

10 lines 419 B
import { PopoverBody } from "./PopoverBody"; import { PopoverRoot } from "./PopoverRoot"; import { PopoverToggle } from "./PopoverToggle"; import { PopoverAccessNavigation } from "./PopoverAccessNavigation"; export declare const Popover: typeof PopoverRoot & { AccessNavigation: typeof PopoverAccessNavigation; Toggle: typeof PopoverToggle; Body: typeof PopoverBody; }; //# sourceMappingURL=Popover.d.ts.map