// react-hook-form import { Controller } from "react-hook-form"; // components import { FormComponentProps, Input } from "components/custom-attributes"; export const UrlAttributeForm: React.FC = ({ control }) => (
( )} /> ( )} />
);