public-api.d.ts 496 B

12345678910111213
  1. /**
  2. * Use of this source code is governed by an MIT-style license that can be
  3. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  4. */
  5. export * from './image.directive';
  6. export * from './image.service';
  7. export * from './image-config';
  8. export * from './image-group.component';
  9. export * from './image-preview.component';
  10. export * from './image-preview-options';
  11. export * from './image-preview-ref';
  12. export * from './image.module';
  13. export * from './utils';