UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

5 lines (4 loc) 115 B
import { Button } from './Button'; declare const register: () => void; export default register; export { Button };