UNPKG

legions-thirdparty-plugin

Version:
9 lines (8 loc) 237 B
import { IPropertyListDescriptor } from '../IPropertyDescriptor'; export declare enum OVERFLOW { VISIBLE = 0, HIDDEN = 1, SCROLL = 2, AUTO = 3 } export declare const overflow: IPropertyListDescriptor<OVERFLOW[]>;