UNPKG

md-editor-rt

Version:

Markdown editor for react, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...

4 lines (3 loc) 197 B
import { ForwardedRef } from 'react'; import { MdPreviewStaticProps } from '../../MdEditor/type'; export declare const useExpose: (props: MdPreviewStaticProps, ref: ForwardedRef<unknown>) => void;