@mojito-inc/core-service
Version:
Mojito Core API service for auction, payment, token
14 lines (13 loc) • 358 B
TypeScript
import { CollectionService } from './CollectionService';
/**
* Returns the collection service
*
* @remarks
* This method is part of the collection service
*
* @returns {@link CollectionService} collection service
*
*/
declare const useCollection: () => CollectionService;
export { type CollectionService, };
export default useCollection;