Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias CloudConnectAzureFormProps
import { type CloudConnectAzureFormProps } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.99-integration/src/molecules/azure/connect.form.tsx";
definition: { actionText?: string; description?: string; title?: string; } & Omit<JSX.HTMLAttributes<HTMLFormElement>, "title">