UNPKG

html2canvas

Version:
6 lines (5 loc) 357 B
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>;