UNPKG

@sanity/assist

Version:

You create the instructions; Sanity AI Assist does the rest.

6 lines (3 loc) 170 B
import {createContext} from 'react' import {ConnectorsStore} from './ConnectorsStore' export const ConnectorsStoreContext = createContext<ConnectorsStore | null>(null)