UNPKG

@textbus/core

Version:

Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.

6 lines (5 loc) 288 B
export declare class ObjectProxyHandler<T extends object> implements ProxyHandler<T> { set(target: T, p: string | symbol, newValue: any, receiver: any): boolean; get(target: T, p: string | symbol, receiver: any): any; deleteProperty(target: T, p: string | symbol): boolean; }