/// <reference types="react/canary" />import { addTransitionType } from"react";
/** Type-safe passthrough for the React `addTransitionType()` that checks `type` is one of our known view transition types. */exportfunctionsetTransitionType(type) {
addTransitionType(type);
}