UNPKG

@qbcart/eshop-inventory-hooks

Version:

Types to hooks for querying inventory data from LocalDB.

14 lines (13 loc) 436 B
/** * @license * Copyright (c) 2021 QBCart Inc. All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source repo. */ /** * Hook for retrieving the next queued request for the product modal from LocalDB. * @return The id of the item to be shown in the product modal. */ declare const useProductModal: () => string; export default useProductModal;