Files
story-studio/remotion/node_modules/@remotion/web-renderer/dist/drawing/mask-image.d.ts
2026-02-21 10:33:18 +01:00

4 lines
254 B
TypeScript

import type { LinearGradientInfo } from './parse-linear-gradient';
export declare const getMaskImageValue: (computedStyle: CSSStyleDeclaration) => string | null;
export declare const parseMaskImage: (maskImageValue: string) => LinearGradientInfo | null;