@spash/frontlib 1.0.5-beta.1 → 1.0.5
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 +1 -1
- package/dist/main.js +1549 -1546
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -579,7 +579,6 @@ export declare interface SessionTeam {
|
|
|
579
579
|
|
|
580
580
|
export declare interface SessionType {
|
|
581
581
|
id?: number;
|
|
582
|
-
reference: string;
|
|
583
582
|
}
|
|
584
583
|
|
|
585
584
|
export declare type SIZES = 'md' | 'lg' | 'xl';
|
|
@@ -974,6 +973,7 @@ export { useI18n }
|
|
|
974
973
|
|
|
975
974
|
export declare const useIdle: (time: number, callback?: () => void) => {
|
|
976
975
|
isIdle: Ref<boolean, boolean>;
|
|
976
|
+
cleanup: () => void;
|
|
977
977
|
};
|
|
978
978
|
|
|
979
979
|
export declare const useLuxon: () => {
|