type alias EaCManageFormPropsimport { type EaCManageFormProps } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.116-integration/src/molecules/eac/manage.form.tsx"; definition: { entLookup?: string; entName?: string; entDescription?: string; } & JSX.HTMLAttributes<HTMLFormElement>