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) 295 B
import { ObjectProxyHandler } from './object-proxy-handler'; export declare class ArrayProxyHandler<T extends Array<any>> extends ObjectProxyHandler<T> { set(target: T, p: string | symbol, newValue: any, receiver: any): boolean; get(target: T, p: string | symbol, receiver: any): any; }