UNPKG

react-markdown-editor-lite

Version:
7 lines (6 loc) 146 B
/// <reference types="react" /> interface IconProps { type: string; } export default function Icon(props: IconProps): JSX.Element; export {};