@ozen-ui/kit
Version:
React component library
4 lines (3 loc) • 321 B
TypeScript
import type { DrawerCloseButtonBaseProps } from './types';
export declare const cnDrawerCloseButton: import("@bem-react/classname").ClassNameFormatter;
export declare const DrawerCloseButton: import("../../../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<DrawerCloseButtonBaseProps, "button", "as">;