Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { createContext } from 'react';
export const ProductContextLite = createContext({});
export const CatalogLiteContext = createContext({});
//# sourceMappingURL=Context.js.map