mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Need to define what file we're importing. Getting an error when trying to compile: "error TS2307: Cannot find module '../..'." (#29754)
This commit is contained in:
committed by
Sheetal Nandi
parent
3e8e17c51b
commit
9ff41e1480
Vendored
+2
-2
@@ -1,9 +1,9 @@
|
||||
import Swiper, { DOM7Element } from '../..';
|
||||
import Swiper, { DOM7Element } from '../../index';
|
||||
|
||||
// Reexport everything from `swiper` except the default export of the
|
||||
// `Swiper` class, which is instead provided as a named export by
|
||||
// `swiper.esm`.
|
||||
export * from '../..';
|
||||
export * from '../../index';
|
||||
export { Swiper };
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user