respond-events.d.ts 398 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 declare enum AffixRespondEvents {
  6. resize = "resize",
  7. scroll = "scroll",
  8. touchstart = "touchstart",
  9. touchmove = "touchmove",
  10. touchend = "touchend",
  11. pageshow = "pageshow",
  12. load = "LOAD"
  13. }