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) 240 B
export declare class PathHelper { static getDir(filePath: string): string; static getFileName(filePath: string): string; static getFileExtension(filePath: string): string; static normalize(filePath: string): string; }