legions-thirdparty-plugin
Version:
6 lines (5 loc) • 362 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>;