UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

7 lines (6 loc) 206 B
import { ValueInfo } from './value-info'; export declare class StringValueParser { private static regex; static parse(inputString: string): ValueInfo; private static splitUnitFromValue; }