UNPKG

@ariakit/react-core

Version:

Ariakit React core

9 lines (5 loc) 225 B
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/dialog/utils/supports-inert.ts function supportsInert() { return "inert" in HTMLElement.prototype; } exports.supportsInert = supportsInert;