UNPKG

react-jangditor

Version:

This is my first test editor

9 lines (8 loc) 207 B
import React from "react"; import "../scss/editor.scss"; export interface initialState { id: string; tagName: string; html: string; } export default function Edtior(): React.JSX.Element;