storybook-addon-playground
Version:
A playground to enable consumers learn how to use the component library or to reproduce bugs
8 lines • 304 B
TypeScript
import React from "react";
import { ReactCodeMirrorRef } from "@uiw/react-codemirror";
interface EditorToolbarProps {
editorRef: React.RefObject<ReactCodeMirrorRef>;
}
declare const EditorToolbar: React.FC<EditorToolbarProps>;
export default EditorToolbar;
//# sourceMappingURL=EditorToolbar.d.ts.map