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