UNPKG

burdy

Version:

Open Source Headless Platform

9 lines (8 loc) 214 B
import React from 'react'; export interface IDynamicTextProps { field: any; name?: string; onChange?: (val: any) => void; } declare const RichText: React.FC<IDynamicTextProps>; export default RichText;