@ozen-ui/kit
Version:
React component library
5 lines (4 loc) • 303 B
TypeScript
import React from 'react';
import type { DrawerTitleProps } from './types';
export declare const cnDrawerTitle: import("@bem-react/classname").ClassNameFormatter;
export declare const DrawerTitle: React.ForwardRefExoticComponent<Omit<DrawerTitleProps, "ref"> & React.RefAttributes<HTMLHeadingElement>>;