UNPKG

react-mde

Version:
11 lines (10 loc) 250 B
import * as React from "react"; export interface L18n { write: React.ReactNode; preview: React.ReactNode; /** * Text used to indicate that an image is being uploaded */ uploadingImage: string; pasteDropSelect: string; }