UNPKG

@ozen-ui/kit

Version:

React component library

8 lines (7 loc) 190 B
import type { DrawerVariant } from '../entities'; export declare const useDrawerWidth: ({ variant }: { variant: DrawerVariant; }) => { isFullWidth: boolean; maxWidth: number; };