UNPKG

@oddbird/css-anchor-positioning

Version:

Polyfill for the proposed CSS anchor positioning spec

12 lines (9 loc) 287 B
import { type AnchorPositioningPolyfillOptions } from '../polyfill.ts'; export {}; declare global { interface Window { UPDATE_ANCHOR_ON_ANIMATION_FRAME?: boolean; ANCHOR_POSITIONING_POLYFILL_OPTIONS?: AnchorPositioningPolyfillOptions; CHECK_LAYOUT_DELAY?: boolean; } }