bt-core-app 2.0.118 → 2.0.120
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/bt-core-app.js +3759 -3732
- package/dist/index.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2644,7 +2644,7 @@ declare interface UseSessionStoreOptions {
|
|
|
2644
2644
|
updateIgnoreProps?: string[];
|
|
2645
2645
|
}
|
|
2646
2646
|
|
|
2647
|
-
export declare function useSettingsFor<TSettings>(key: string, defaultSettings: TSettings): BaseSettings<
|
|
2647
|
+
export declare function useSettingsFor<TSettings>(key: string, defaultSettings: TSettings): BaseSettings<TSettings>;
|
|
2648
2648
|
|
|
2649
2649
|
export declare function useSteps<T>(id: string, options?: BTSteps<T>): BTStepsStore<T>;
|
|
2650
2650
|
|