UNPKG

@oddbird/css-anchor-positioning

Version:

Polyfill for the proposed CSS anchor positioning spec

4 lines (3 loc) 243 B
import { type StyleData } from './utils.js'; export declare function isStyleLink(link: HTMLLinkElement): link is HTMLLinkElement; export declare function fetchCSS(elements?: HTMLElement[], excludeInlineStyles?: boolean): Promise<StyleData[]>;