UNPKG

take-shot

Version:
8 lines (7 loc) 260 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>;