UNPKG

devexpress-richedit

Version:

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

10 lines (9 loc) 294 B
import { ClientRichEdit } from '../../client-rich-edit'; export declare class AuthenticationOptionsApi { private _native; get userName(): string; set userName(value: string); get group(): string; set group(value: string); constructor(native: ClientRichEdit); }