UNPKG

usimple-saleor-sdk

Version:

This package contains all queries and mutations that are used in our sample storefront. It can be used for semi-custom or fully-custom (with ability to extend existing queries) storefront solutions.

5 lines (4 loc) 140 B
import React from "react"; import { IProps } from "./types"; declare const SaleorProvider: React.FC<IProps>; export { SaleorProvider };