UNPKG

sanity

Version:

Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches

12 lines (10 loc) 170 B
import {type Tool} from '../config' import {useSource} from '../studio' /** * * @hidden * @beta */ export function useTools(): Tool[] { return useSource().tools }