public-api.d.ts 469 B

123456789101112131415
  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 './animation-consts';
  6. export * from './collapse';
  7. export * from './drawer';
  8. export * from './fade';
  9. export * from './form';
  10. export * from './move';
  11. export * from './notification';
  12. export * from './slide';
  13. export * from './tabs';
  14. export * from './thumb';
  15. export * from './zoom';