UNPKG

burdy

Version:

Open Source Headless Platform

8 lines (7 loc) 200 B
import React from 'react'; interface DynamicRepeatableProps { field: any; name?: string; } declare const DynamicRepeatable: React.FC<DynamicRepeatableProps>; export default DynamicRepeatable;