Skip to content

Commit

Permalink
chore: missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Apr 19, 2023
1 parent 63abf71 commit d4e5ff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ export type { SandpackConfig } from './system/Sandpack'
export { getSelectionRectangle } from './utils/lexicalHelpers'
export { getSelectedNode } from './utils/lexicalHelpers'
export type { JsxComponentDescriptors, JsxComponentDescriptor, JsxPropertyDescriptor } from './types/JsxComponentDescriptors'
export type { CodeBlockMeta } from './types/CodeBlockMeta'

0 comments on commit d4e5ff6

Please sign in to comment.