UNPKG

next

Version:

The React Framework

5 lines (4 loc) 225 B
export type OverlayBackdropProps = { fixed?: boolean; } & React.HTMLAttributes<HTMLDivElement>; export declare function OverlayBackdrop({ fixed, ...props }: OverlayBackdropProps): import("react/jsx-runtime").JSX.Element;