UNPKG

@react-slate/core

Version:

Write interactive CLI apps with React

11 lines 680 B
/// <reference types="node" /> import ReactReconciler from 'react-reconciler'; import Text from './nodes/Text'; import Paragraph from './nodes/Paragraph'; import View from './nodes/View'; import ContainerBase from './nodes/ContainerBase'; export default function createReconcilerConfig(containerInstance: View, onFlush: () => void): ReactReconciler.HostConfig<any, // TODO: replace with concrete type any, // TODO: replace with concrete type ContainerBase<any>, View | Paragraph | Text | Function | undefined, Text, undefined, Text | Paragraph | View, {}, any, // TODO: replace with concrete type unknown, NodeJS.Timeout, undefined>; //# sourceMappingURL=reconcilerConfig.d.ts.map