UNPKG

take-shot

Version:
9 lines (8 loc) 276 B
import { IPropertyListDescriptor } from '../IPropertyDescriptor'; export declare const enum PAINT_ORDER_LAYER { FILL = 0, STROKE = 1, MARKERS = 2 } export type PaintOrder = PAINT_ORDER_LAYER[]; export declare const paintOrder: IPropertyListDescriptor<PaintOrder>;