UNPKG

next-sanity

Version:
7 lines 334 B
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