@myissue/vue-website-page-builder 3.5.12 → 3.5.13

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.
@@ -235,6 +235,15 @@ export declare const usePageBuilderStateStore: import('pinia').StoreDefinition<"
235
235
  autoSave?: boolean | undefined;
236
236
  notifications?: boolean | undefined;
237
237
  fontFamily?: string | undefined;
238
+ elementFonts?: {
239
+ h1?: string | undefined;
240
+ h2?: string | undefined;
241
+ h3?: string | undefined;
242
+ h4?: string | undefined;
243
+ h5?: string | undefined;
244
+ h6?: string | undefined;
245
+ p?: string | undefined;
246
+ } | undefined;
238
247
  } | null | undefined;
239
248
  settings?: {
240
249
  [x: string]: unknown;