modern-canvas
Version:
A JavaScript WebGL rendering engine. only the ESM.
8 lines (7 loc) • 370 B
TypeScript
import type { Background, NormalizedBackground } from 'modern-idoc';
import { Element2DFill } from './Element2DFill';
export declare class Element2DBackground extends Element2DFill {
fillWithShape: NormalizedBackground['fillWithShape'];
setProperties(properties?: Background): this;
protected _updateProperty(key: string, value: any, oldValue: any): void;
}