@spash/frontlib 0.0.21-beta.1 → 0.0.21-beta.3
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.
- package/dist/main.d.ts +3 -1
- package/dist/main.js +583 -558
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -117,7 +117,7 @@ export declare interface DoohContent {
|
|
|
117
117
|
multiplexEvents: SessionEvent[];
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
declare type DoohContentContentType = 'article' | 'highlights' | 'image' | 'video' | 'competition' | 'multiplex' | 'ads' | 'bookings';
|
|
120
|
+
declare type DoohContentContentType = 'article' | 'highlights' | 'image' | 'video' | 'competition' | 'multiplex' | 'ads' | 'bookings' | 'error';
|
|
121
121
|
|
|
122
122
|
export declare interface Field {
|
|
123
123
|
id: number;
|
|
@@ -639,4 +639,6 @@ export declare const useTheme: () => {
|
|
|
639
639
|
setTheme: (newTheme: string) => void;
|
|
640
640
|
};
|
|
641
641
|
|
|
642
|
+
export declare const useTimeout: () => void;
|
|
643
|
+
|
|
642
644
|
export { }
|