UNPKG

react-editor-z

Version:

React wrapper for @monaco-editor. Default json.

9 lines (8 loc) 217 B
import React from "react"; interface IFIconProps { size?: number; color?: string; } export declare const CopyIcon: React.FC<IFIconProps>; export declare const FormatJsonIcon: React.FC<IFIconProps>; export {};