Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/super-editor/src/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
export { createSuperDocUI } from './create-super-doc-ui.js';
export { shallowEqual } from './equality.js';
export { BUILT_IN_COMMAND_IDS } from '../headless-toolbar/types.js';
export type { PublicToolbarItemId } from '../headless-toolbar/types.js';

// Re-export the document-side shapes the controller surfaces so
// consumers can type their components without reaching into the
Expand Down
Loading