UNPKG

take-shot

Version:
7 lines (6 loc) 246 B
import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare const enum LIST_STYLE_POSITION { INSIDE = 0, OUTSIDE = 1 } export declare const listStylePosition: IPropertyIdentValueDescriptor<LIST_STYLE_POSITION>;