@sanity/visual-editing
Version:
[](https://npm-stat.com/charts.html?package=@sanity/visual-editing) [](https://
45 lines (44 loc) • 1.21 kB
text/typescript
export {PointerEvents} from './components/PointerEvents'
export {UnionInsertMenuOverlay} from './components/UnionInsertMenuOverlay'
export {defineOverlayComponent} from './defineOverlayComponent'
export {defineOverlayComponents} from './defineOverlayComponents'
export {defineOverlayPlugin} from './defineOverlayPlugin'
export type {
HasRequiredKeys,
OverlayPluginUserFn,
OverlayPluginDefineFn,
OverlayPluginUserFnConfig,
OverlayPluginUserFnConfigOptions,
} from './defineOverlayPlugin'
export type {
ElementNode,
OverlayComponent,
OverlayComponentProps,
OverlayComponentResolver,
OverlayComponentResolverContext,
OverlayElementField,
OverlayElementParent,
OverlayPluginDefinition,
OverlayPluginExclusiveDefinition,
OverlayPluginHudDefinition,
OverlayPluginDefinitionBase,
OverlayPluginComponent,
} from '../types'
export type {
DocumentSchema,
SchemaArrayItem,
SchemaArrayNode,
SchemaBooleanNode,
SchemaInlineNode,
SchemaNode,
SchemaNullNode,
SchemaNumberNode,
SchemaObjectField,
SchemaObjectNode,
SchemaStringNode,
SchemaUnionNode,
SchemaUnionNodeOptions,
SchemaUnionOption,
SchemaUnknownNode,
SanityNode,
} from '@sanity/presentation-comlink'