@ozen-ui/kit
Version:
React component library
5 lines (4 loc) • 301 B
TypeScript
import './Backdrop.css';
import type { BackdropBaseProps } from './index';
export declare const cnBackdrop: import("@bem-react/classname").ClassNameFormatter;
export declare const Backdrop: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<BackdropBaseProps, "div", "as">;