UNPKG

fabric

Version:

Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.

6 lines 237 B
import type { CSSRules } from './typedefs'; /** * @private */ export declare function getGlobalStylesForElement(element: HTMLElement, cssRules?: CSSRules): Record<string, string>; //# sourceMappingURL=getGlobalStylesForElement.d.ts.map