@visactor/react-vtable
Version:
The react version of VTable
7 lines (6 loc) • 378 B
TypeScript
type Instance = any;
export type ReconcilerErrorType = 'uncaught' | 'caught' | 'recoverable';
export type ReconcilerErrorReporter = (type: ReconcilerErrorType, error: unknown) => void;
export declare const reconcilor: any;
export declare const createReconcilerContainer: (container: Instance, identifierPrefix?: string, reportError?: ReconcilerErrorReporter) => any;
export {};