UNPKG

legions-thirdparty-plugin

Version:
8 lines (7 loc) 267 B
import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare enum WORD_BREAK { NORMAL = "normal", BREAK_ALL = "break-all", KEEP_ALL = "keep-all" } export declare const wordBreak: IPropertyIdentValueDescriptor<WORD_BREAK>;