UNPKG

react-mde

Version:
4 lines (3 loc) 207 B
import * as React from "react"; import { DetailedHTMLFactory } from "react"; export declare type ComponentSimilarTo<E extends HTMLElement, A> = React.ClassType<Partial<DetailedHTMLFactory<A, E>>, any, any>;