UNPKG

linkmore-design

Version:

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

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