@zevcommerce/theme-starter 1.0.0 → 1.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.
@@ -0,0 +1,16 @@
1
+ import * as _zevcommerce_theme_sdk from '@zevcommerce/theme-sdk';
2
+
3
+ declare const settingsSchema: _zevcommerce_theme_sdk.SettingsSchemaGroup[];
4
+
5
+ declare const starterSectionRegistry: Record<string, {
6
+ component: any;
7
+ schema: any;
8
+ }>;
9
+ declare const starterBlockRegistry: Record<string, {
10
+ component: any;
11
+ schema: any;
12
+ }>;
13
+
14
+ declare const theme: _zevcommerce_theme_sdk.ThemeManifest;
15
+
16
+ export { theme as default, settingsSchema, starterBlockRegistry, starterSectionRegistry };
@@ -0,0 +1,16 @@
1
+ import * as _zevcommerce_theme_sdk from '@zevcommerce/theme-sdk';
2
+
3
+ declare const settingsSchema: _zevcommerce_theme_sdk.SettingsSchemaGroup[];
4
+
5
+ declare const starterSectionRegistry: Record<string, {
6
+ component: any;
7
+ schema: any;
8
+ }>;
9
+ declare const starterBlockRegistry: Record<string, {
10
+ component: any;
11
+ schema: any;
12
+ }>;
13
+
14
+ declare const theme: _zevcommerce_theme_sdk.ThemeManifest;
15
+
16
+ export { theme as default, settingsSchema, starterBlockRegistry, starterSectionRegistry };