import React from 'react'; const DynamicField = (props: any) => { const {stroke} = props; return ( <> ); }; export default DynamicField;