@spash/frontlib 0.0.27-beta.1 → 0.0.27-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.
Files changed (3) hide show
  1. package/dist/main.d.ts +5 -0
  2. package/dist/main.js +3369 -3356
  3. package/package.json +1 -1
package/dist/main.d.ts CHANGED
@@ -674,6 +674,11 @@ export declare const useSse: (apiUrl: string) => {
674
674
  addSubscriber: (topic: string, callback?: SseCallback) => EventSource;
675
675
  };
676
676
 
677
+ export declare const useStats: () => {
678
+ defaultPadelStatEventsName: string[];
679
+ matchEvent: (eventName: string) => string;
680
+ };
681
+
677
682
  export declare const useTheme: () => {
678
683
  defaultTheme: Ref<string, string>;
679
684
  currentTheme: Ref<string, string>;