UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

4 lines (3 loc) 117 B
import * as React from 'react'; export type ConsoleProps = {}; export declare const Console: React.FC<ConsoleProps>;