html2canvas
Version:
Screenshots with JavaScript
6 lines (5 loc) • 357 B
TypeScript
import { IPropertyListDescriptor } from '../IPropertyDescriptor';
import { LengthPercentageTuple } from '../types/length-percentage';
export declare type BackgroundPosition = BackgroundImagePosition[];
export declare type BackgroundImagePosition = LengthPercentageTuple;
export declare const backgroundPosition: IPropertyListDescriptor<BackgroundPosition>;