You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
341 B
TypeScript

import { RenderingContext2D } from '../types';
import Property from '../Property';
import Element from './Element';
export default class PatternElement extends Element {
type: string;
createPattern(ctx: RenderingContext2D, _: Element, parentOpacityProp: Property): CanvasPattern;
}
//# sourceMappingURL=PatternElement.d.ts.map