UNPKG

@react-slate/core

Version:

Write interactive CLI apps with React

5 lines 276 B
import View from './nodes/View'; import Text from './nodes/Text'; import Paragraph from './nodes/Paragraph'; export default function createElement(type: Function | string, props: any): Function | View | Paragraph | Text | undefined; //# sourceMappingURL=createElement.d.ts.map