UNPKG

react-markdown-editor-lite

Version:
8 lines (7 loc) 189 B
import * as React from 'react'; interface ToolBarProps { style?: React.CSSProperties; children: any; } export default function ToolBar(props: ToolBarProps): JSX.Element; export {};