@qite/tide-booking-component 1.4.46 → 1.4.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,4 +6,9 @@ import Footer from './content/footer';
|
|
|
6
6
|
import QSM from './qsm';
|
|
7
7
|
import SearchResults from './search-results';
|
|
8
8
|
import ImageCardGrid from './content/image-card-grid';
|
|
9
|
+
export * from './content/navbar/types';
|
|
10
|
+
export * from './content/header/types';
|
|
11
|
+
export * from './content/footer/types';
|
|
12
|
+
export * from './content/image-card-grid/types';
|
|
13
|
+
export * from './search-results/types';
|
|
9
14
|
export { BookingProduct, BookingWizard, QSM, SearchResults, Navbar, Header, Footer, ImageCardGrid };
|
|
@@ -6,4 +6,9 @@ import Footer from './content/footer';
|
|
|
6
6
|
import QSM from './qsm';
|
|
7
7
|
import SearchResults from './search-results';
|
|
8
8
|
import ImageCardGrid from './content/image-card-grid';
|
|
9
|
+
export * from './content/navbar/types';
|
|
10
|
+
export * from './content/header/types';
|
|
11
|
+
export * from './content/footer/types';
|
|
12
|
+
export * from './content/image-card-grid/types';
|
|
13
|
+
export * from './search-results/types';
|
|
9
14
|
export { BookingProduct, BookingWizard, QSM, SearchResults, Navbar, Header, Footer, ImageCardGrid };
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -7,4 +7,10 @@ import QSM from './qsm';
|
|
|
7
7
|
import SearchResults from './search-results';
|
|
8
8
|
import ImageCardGrid from './content/image-card-grid';
|
|
9
9
|
|
|
10
|
+
export * from './content/navbar/types';
|
|
11
|
+
export * from './content/header/types';
|
|
12
|
+
export * from './content/footer/types';
|
|
13
|
+
export * from './content/image-card-grid/types';
|
|
14
|
+
export * from './search-results/types';
|
|
15
|
+
|
|
10
16
|
export { BookingProduct, BookingWizard, QSM, SearchResults, Navbar, Header, Footer, ImageCardGrid };
|