UNPKG

burdy

Version:

Open Source Headless Platform

16 lines (15 loc) 381 B
import React from 'react'; interface DynamicComponentProps { field: any; name?: string; } declare const _default: React.ForwardRefExoticComponent<DynamicComponentProps & { contentTypesContext?: { children: any; } & Partial<{ disable?: boolean; }>; } & Partial<{ unwrap?: boolean; }> & React.RefAttributes<unknown>>; export default _default;