UNPKG

@base-ui/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

8 lines 296 B
export declare enum DrawerViewportCssVars { /** * The software keyboard inset, measured from the bottom edge of the layout viewport. * Present only when the drawer is wrapped in `Drawer.VirtualKeyboardProvider`. * @type {CSS length} */ keyboardInset = "--drawer-keyboard-inset", }