UNPKG

@sanity/assist

Version:

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

27 lines (23 loc) 731 B
export {assist} from './plugin' export * from './schemas/serialize/SchemTypeTool' export * from './schemas/typeDefExtensions' export {defaultLanguageOutputs} from './translate/paths' export * from './translate/types' export {contextDocumentTypeName} from './types' export * from './assistTypes' export { type AssistFieldActionProps, type AssistFieldActionGroup, type AssistFieldActionItem, type AssistFieldActionNode, defineAssistFieldAction, defineFieldActionDivider, defineAssistFieldActionGroup, } from './fieldActions/customFieldActions' export { type GetUserInput, type CustomInput, type CustomInputResult, useUserInput, } from './fieldActions/useUserInput' export {isType} from './helpers/typeUtils'