UNPKG

@visactor/react-vtable

Version:
7 lines (6 loc) 378 B
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 {};