(callback: (a: A) => any, a: A): void;
batchedUpdates(callback: () => any): void;
- classSet(cx: { [key: string]: boolean }): string;
+ classSet(cx: ClassSet): string;
cloneWithProps(element: ReactElement
, props: P): ReactElement
;
update(value: any[], spec: UpdateArraySpec): any[];