@speckle/shared
Version:
Shared code between various Speckle JS packages
10 lines (9 loc) • 460 B
text/typescript
/** TODO: We should get rid of the index barrel file at some point entirely and exclusively rely on exports maps */
export * as RichTextEditor from './rich-text-editor/index.js'
export * as SpeckleViewer from './viewer/index.js'
export * as Automate from './automate/index.js'
export * as Authz from './authz/index.js'
export * from './core/index.js'
export * from './workspaces/index.js'
export * from './onboarding/index.js'
export * from './limit/utils.js'