// react-hook-form import { Controller, useForm } from "react-hook-form"; // headless ui import { Disclosure } from "@headlessui/react"; // components import { FileFormatsDropdown, FormComponentProps, Input } from "components/custom-attributes"; export const FileAttributeForm: React.FC = ({ control }) => (
( )} /> ( )} />
);