Skip to content

Commit

Permalink
chore: updating more types to be beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanl17 committed Feb 10, 2025
1 parent f552a15 commit e594df7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sanity/src/core/perspective/usePerspective.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import {type PerspectiveContextValue} from './types'
/**
* @beta
*
* blah blah blah
* React hook that returns the current studio perspective and perspective stack.
*
*/
export function usePerspective(): PerspectiveContextValue {
const context = useContext(PerspectiveContext)
Expand Down

0 comments on commit e594df7

Please sign in to comment.