UNPKG

quill

Version:

Your powerful, rich text editor

6 lines (5 loc) 235 B
import { Registry } from 'parchment'; declare const createRegistryWithFormats: (formats: string[], sourceRegistry: Registry, debug: { error: (errorMessage: string) => void; }) => Registry; export default createRegistryWithFormats;