utils.d.ts 165 B

123456
  1. /**
  2. * @file vue-awesome-swiper
  3. * @module utils
  4. * @author Surmon <https://github.com/surmon-china>
  5. */
  6. export declare const kebabcase: (string: string) => string;