Skip to content

Commit

Permalink
chore: export DescriptionProvider as ZeebeDescriptionProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTru authored and fake-join[bot] committed Jan 24, 2022
1 parent c3f1427 commit c4b565d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export { default as BpmnPropertiesProviderModule } from './provider/bpmn';
export { default as ZeebePropertiesProviderModule } from './provider/zeebe';
export { default as CamundaPlatformPropertiesProviderModule } from './provider/camunda-platform';
export { default as ElementTemplatesPropertiesProviderModule } from './provider/element-templates';
export { DescriptionProvider as ZeebeDescriptionProvider } from './contextProvider/zeebe';

// hooks
export { useService } from './hooks';
export { useService } from './hooks';

0 comments on commit c4b565d

Please sign in to comment.