UNPKG

@sanity/export

Version:

Export Sanity documents and assets

12 lines (11 loc) 285 B
// eslint-disable-next-line @typescript-eslint/no-deprecated export {exportDataset, exportMediaLibrary, default} from './export.js' export type { ExportMode, ExportOptions, ExportResult, SanityClientLike, SanityDocument, ExportProgress, ExportSource, } from './types.js'