UNPKG

react-markdown-editor-lite

Version:
6 lines (5 loc) 142 B
interface IconProps { type: string; } export default function Icon(props: IconProps): import("react/jsx-runtime").JSX.Element; export {};