Added missing top-level export for MainMenuDataTableTemplateDirective (#7633)

This commit is contained in:
Bartosz Sekuła 2022-05-13 10:13:11 +02:00 committed by GitHub
parent fa82d3216f
commit 6fb1bda6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,5 +48,6 @@ export * from './directives/header-filter-template.directive';
export * from './directives/custom-empty-content-template.directive';
export * from './directives/custom-loading-template.directive';
export * from './directives/custom-no-permission-template.directive';
export * from './directives/main-data-table-action-template.directive';
export * from './datatable.module';