UNPKG

@agnos-ui/core

Version:

Framework-agnostic headless component library.

7 lines (6 loc) 280 B
import type { Directive } from '../types'; /** * A directive that sets the `inert` attribute on all sibling elements of the given element recursively up the DOM tree, * excluding the element itself and any `<script>` elements. */ export declare const siblingsInert: Directive;