botframework-webchat-component
Version:
React component of botframework-webchat
9 lines • 349 B
TypeScript
export default class UndoEntry {
#private;
constructor(value: string, selectionStart: number | null, selectionEnd: number | null, group: string | undefined);
get group(): string | undefined;
get selectionStart(): number | null;
get selectionEnd(): number | null;
get value(): string;
}
//# sourceMappingURL=UndoEntry.d.ts.map