UNPKG

247 BPlain TextView Raw
1export { default as ProductDetail } from './components/ProductDetail';
2
3export {
4 default as withProductDetailData,
5 WithProductDetailProps,
6 WithProductDetailState,
7 WithProductDetailProviderProps
8} from './components/ProductDetailProvider';