UNPKG

burdy

Version:

Open Source Headless Platform

9 lines (8 loc) 226 B
/// <reference types="react" /> import 'draft-js/dist/Draft.css'; declare const DynamicRichText: ({ field, name, control }: { field: any; name: any; control: any; }) => JSX.Element; export default DynamicRichText;