@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
8 lines (7 loc) • 358 B
TypeScript
export * from './directives/select-label-template.directive';
export * from './directives/select-loading-template.directive';
export * from './directives/select-no-item-template.directive';
export * from './directives/select-option-template.directive';
export * from './select.component';
export * from './select.interface';
export * from './select.module';