Audience
Contribution model, DX and governance that does not slow shipping.
type ComponentContract = {
props: string[];
states: ("default" | "loading" | "disabled")[];
accessibility: { ariaLabels: boolean; keyboardSupport: boolean };
theming: "semantic-only";
};