UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

10 lines (9 loc) β€’ 289 B
import React from 'react'; declare const DynamicComponent: ({ type, operator, options, fieldNames: itemFieldNames, ...restProps }: { [x: string]: any; type: any; operator: any; options?: any[]; fieldNames: any; }) => React.JSX.Element; export default DynamicComponent;