Match
The Match component is used inside of a Switch component to define conditionally rendered blocks of content.
Match: import(”../runtime/component.js”).Component<MatchProps> & Required<Pick<import(”../runtime/component.js”).Component<MatchProps>, “tag”>>