Skip to content

Commit

Permalink
fix(types): don't reexport behavior types
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhg committed Feb 28, 2025
1 parent a7706bd commit 0e8b47f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/editor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ export type {
PortableTextChild,
PortableTextSpan,
} from '@sanity/types'
export type {
Behavior,
BehaviorActionIntend,
BehaviorActionIntendSet,
BehaviorEvent,
BehaviorGuard,
NativeBehaviorEvent,
SyntheticBehaviorEvent,
} from './behaviors/index'
export type {Editor, EditorConfig, EditorEvent} from './editor/create-editor'
export {
defineSchema,
Expand Down

0 comments on commit 0e8b47f

Please sign in to comment.