UNPKG

@uiw/react-md-editor

Version:

A markdown editor with preview, implemented with React.js and TypeScript.

8 lines (7 loc) 228 B
import './Child.less'; import { IToolbarProps } from './'; export declare type ChildProps = IToolbarProps & { children?: JSX.Element; groupName?: string; }; export default function Child(props: ChildProps): JSX.Element;