@kadoui/react
Version:
Kadoui primitive components for React
6 lines • 316 B
TypeScript
import { HTMLAttributes } from "react";
export type PopoverBodyPropsT = HTMLAttributes<HTMLDivElement> & {
preventClose?: boolean;
};
export declare function PopoverBody({ preventClose, onClick, ...p }: PopoverBodyPropsT): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=PopoverBody.d.ts.map