Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias EnterpriseManagementItemProps
import { type EnterpriseManagementItemProps } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.215/src/molecules/eac/EnterpriseManagementItem.tsx";
definition: { active: boolean; deleteActionPath?: string; enterprise: { EnterpriseLookup: string; EnterpriseName: string; }; icons?: { BeginIcon?: string; DeleteIcon?: string; EditIcon?: string; IconSet?: string; }; manage: boolean; setActiveActionPath?: string; }