@plasmicpkgs/commerce-local 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1 @@
1
+ Plasmic registration calls for antd components
@@ -0,0 +1,4 @@
1
+ export { default as useCart } from './use-cart';
2
+ export { default as useAddItem } from './use-add-item';
3
+ export { default as useRemoveItem } from './use-remove-item';
4
+ export { default as useUpdateItem } from './use-update-item';
@@ -0,0 +1,4 @@
1
+ import { MutationHook } from '@plasmicpkgs/commerce';
2
+ declare const _default: (input?: any) => (input?: any) => any;
3
+ export default _default;
4
+ export declare const handler: MutationHook<any>;
@@ -0,0 +1,4 @@
1
+ import { SWRHook } from '@plasmicpkgs/commerce';
2
+ declare const _default: (input?: any) => any;
3
+ export default _default;
4
+ export declare const handler: SWRHook<any>;
@@ -0,0 +1,4 @@
1
+ import { MutationHook } from '@plasmicpkgs/commerce';
2
+ declare const _default: (input?: any) => (input?: any) => any;
3
+ export default _default;
4
+ export declare const handler: MutationHook<any>;
@@ -0,0 +1,4 @@
1
+ import { MutationHook } from '@plasmicpkgs/commerce';
2
+ declare const _default: any;
3
+ export default _default;
4
+ export declare const handler: MutationHook<any>;