@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.
9 lines • 397 B
JavaScript
export let DrawerViewportCssVars = /*#__PURE__*/function (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}
*/
DrawerViewportCssVars["keyboardInset"] = "--drawer-keyboard-inset";
return DrawerViewportCssVars;
}({});