securityos/node_modules/html-to-image/lib/apply-style.d.ts

3 lines
124 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import { Options } from './types';
export declare function applyStyle<T extends HTMLElement>(node: T, options: Options): T;