UNPKG

@oddbird/css-anchor-positioning

Version:

Polyfill for the proposed CSS anchor positioning spec

3 lines (2 loc) 196 B
import { type StyleData } from './utils.js'; export declare function transformCSS(styleData: StyleData[], inlineStyles?: Map<HTMLElement, Record<string, string>>, cleanup?: boolean): StyleData[];