@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.
15 lines (14 loc) • 542 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DrawerViewportCssVars = void 0;
let DrawerViewportCssVars = exports.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;
}({});