next-sanity
Version:
Sanity.io toolkit for Next.js
7 lines • 334 B
TypeScript
import { ClientPerspective } from "@sanity/client";
/**
* @internal CAUTION: this is an internal action and does not follow semver. Using it directly is at your own risk.
*/
declare function perspectiveChangeAction(perspective: ClientPerspective): Promise<void>;
export { perspectiveChangeAction };
//# sourceMappingURL=index.d.ts.map