ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
19 lines (18 loc) • 754 B
TypeScript
/**
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
export * from './option-group.component';
export * from './option-container.component';
export * from './option.component';
export * from './select.component';
export * from './select.module';
export * from './option-item.component';
export * from './option-item-group.component';
export * from './select-top-control.component';
export * from './select-search.component';
export * from './select-item.component';
export * from './select-clear.component';
export * from './select-arrow.component';
export * from './select-placeholder.component';
export * from './select.types';