UNPKG

@sanity/visual-editing

Version:

[![npm stat](https://img.shields.io/npm/dm/@sanity/visual-editing.svg?style=flat-square)](https://npm-stat.com/charts.html?package=@sanity/visual-editing) [![npm version](https://img.shields.io/npm/v/@sanity/visual-editing.svg?style=flat-square)](https://

45 lines (44 loc) 1.21 kB
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'