@feedmepos/mf-menu 0.18.10 → 0.18.11
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.
|
@@ -6455,5 +6455,5 @@ interface MenuStore {
|
|
|
6455
6455
|
[key: string]: string;
|
|
6456
6456
|
};
|
|
6457
6457
|
}
|
|
6458
|
-
export declare const useMenuStore: StoreDefinition<"menu", _ExtractStateFromSetupStore<MenuStore>, _ExtractGettersFromSetupStore<MenuStore>, _ExtractActionsFromSetupStore<MenuStore>>;
|
|
6458
|
+
export declare const useMenuStore: StoreDefinition<"mf-menu-store", _ExtractStateFromSetupStore<MenuStore>, _ExtractGettersFromSetupStore<MenuStore>, _ExtractActionsFromSetupStore<MenuStore>>;
|
|
6459
6459
|
export {};
|