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

21 lines (20 loc) 646 B
export { createSanityMediaLibraryFileSource, createSanityMediaLibraryImageSource, } from '../form/studio/assetSourceMediaLibrary' export * from './components' export * from './ConfigPropertyError' export * from './ConfigResolutionError' export * from './createDefaultIcon' export * from './defineConfig' export * from './definePlugin' export * from './document' export * from './flattenConfig' export * from './form' export * from './prepareConfig' export * from './resolveConfig' export * from './resolveSchemaTypes' export * from './SchemaError' export * from './studio' export * from './types' export * from './useConfigContextFromSource'