国外MOSE官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
222 B

3 months ago
  1. // Swiper 类型声明
  2. declare module 'swiper/bundle' {
  3. import Swiper from 'swiper';
  4. export { Swiper };
  5. export default Swiper;
  6. }
  7. declare module 'swiper/css/bundle' {
  8. const styles: any;
  9. export default styles;
  10. }