UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 303 B
import React from 'react'; import type { DrawerFooterProps } from './types'; export declare const cnDrawerFooter: import("@bem-react/classname").ClassNameFormatter; export declare const DrawerFooter: React.ForwardRefExoticComponent<Omit<DrawerFooterProps, "ref"> & React.RefAttributes<HTMLDivElement>>;