Skip to content

Match

The Match component is used inside of a Switch component to define conditionally rendered blocks of content.

Match: import(“@alloy-js/core/jsx-runtime”).Component<MatchProps> & Required<Pick<import(“@alloy-js/core/jsx-runtime”).Component<MatchProps>, “tag”>>