UNPKG

egreact

Version:

A react render for egret 一个为 egret 而生的 react 渲染器

14 lines (13 loc) 431 B
import { IContainer, ICustomClass } from '../../type'; export declare class ArrayContainer implements IContainer, ICustomClass { __target: any[]; addChild(child: any): void; removeChild(child: any): void; addChildAt(child: any, index: number): void; getChildIndex(child: any): number; reAttach(): void; } declare const arrayContainer: { __Class: typeof ArrayContainer; }; export default arrayContainer;