@omnia/fx 8.0.37-dev → 8.0.38-dev

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.
Files changed (32) hide show
  1. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +4 -3
  2. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +4 -3
  3. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +2 -1
  4. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +14 -3
  5. package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +46 -0
  6. package/internal-do-not-import-from-here/ux/{usertypelayout/UserTypeLayoutBladeBuilder.d.ts → hub/feed/components/CategoryItem.d.ts} +25 -9
  7. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +19 -1
  8. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +19 -1
  9. package/internal-do-not-import-from-here/ux/hub/feed/components/MeSenderItem.d.ts +132 -0
  10. package/internal-do-not-import-from-here/ux/hub/feed/components/MeSendersList.d.ts +46 -0
  11. package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.css.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +7 -1
  13. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +32 -0
  14. package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +4 -0
  16. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +46 -0
  17. package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +46 -0
  18. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerProvider.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +5 -0
  20. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/index.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  22. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +18 -0
  23. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +31 -0
  24. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +315 -0
  25. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/TypographyTypes.d.ts +0 -1
  26. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +18 -0
  27. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2205 -0
  28. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +315 -0
  29. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -2
  30. package/internal-do-not-import-from-here/wctypings.d.ts +0 -7
  31. package/package.json +2 -2
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.css.d.ts +0 -4
@@ -169,6 +169,321 @@ export declare function useColorSchemaSetup(props: object): {
169
169
  }): void;
170
170
  };
171
171
  get: {
172
+ readonly themeStore: {
173
+ state: {
174
+ currentTheme: {
175
+ id: {
176
+ equals: {
177
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
178
+ };
179
+ toString: () => string;
180
+ toJSON: () => string;
181
+ valueOf: () => string;
182
+ };
183
+ name: string;
184
+ dark: boolean;
185
+ colors: {
186
+ primary: {
187
+ name: string;
188
+ base: {
189
+ dark: boolean;
190
+ color: string;
191
+ colorToned: string;
192
+ };
193
+ onBase: {
194
+ dark: boolean;
195
+ color: string;
196
+ colorToned: string;
197
+ };
198
+ container: {
199
+ dark: boolean;
200
+ color: string;
201
+ colorToned: string;
202
+ };
203
+ onContainer: {
204
+ dark: boolean;
205
+ color: string;
206
+ colorToned: string;
207
+ };
208
+ };
209
+ secondary: {
210
+ name: string;
211
+ base: {
212
+ dark: boolean;
213
+ color: string;
214
+ colorToned: string;
215
+ };
216
+ onBase: {
217
+ dark: boolean;
218
+ color: string;
219
+ colorToned: string;
220
+ };
221
+ container: {
222
+ dark: boolean;
223
+ color: string;
224
+ colorToned: string;
225
+ };
226
+ onContainer: {
227
+ dark: boolean;
228
+ color: string;
229
+ colorToned: string;
230
+ };
231
+ };
232
+ accent1: {
233
+ name: string;
234
+ base: {
235
+ dark: boolean;
236
+ color: string;
237
+ colorToned: string;
238
+ };
239
+ onBase: {
240
+ dark: boolean;
241
+ color: string;
242
+ colorToned: string;
243
+ };
244
+ container: {
245
+ dark: boolean;
246
+ color: string;
247
+ colorToned: string;
248
+ };
249
+ onContainer: {
250
+ dark: boolean;
251
+ color: string;
252
+ colorToned: string;
253
+ };
254
+ };
255
+ accent2: {
256
+ name: string;
257
+ base: {
258
+ dark: boolean;
259
+ color: string;
260
+ colorToned: string;
261
+ };
262
+ onBase: {
263
+ dark: boolean;
264
+ color: string;
265
+ colorToned: string;
266
+ };
267
+ container: {
268
+ dark: boolean;
269
+ color: string;
270
+ colorToned: string;
271
+ };
272
+ onContainer: {
273
+ dark: boolean;
274
+ color: string;
275
+ colorToned: string;
276
+ };
277
+ };
278
+ accent3: {
279
+ name: string;
280
+ base: {
281
+ dark: boolean;
282
+ color: string;
283
+ colorToned: string;
284
+ };
285
+ onBase: {
286
+ dark: boolean;
287
+ color: string;
288
+ colorToned: string;
289
+ };
290
+ container: {
291
+ dark: boolean;
292
+ color: string;
293
+ colorToned: string;
294
+ };
295
+ onContainer: {
296
+ dark: boolean;
297
+ color: string;
298
+ colorToned: string;
299
+ };
300
+ };
301
+ neutral: {
302
+ name: string;
303
+ base: {
304
+ dark: boolean;
305
+ color: string;
306
+ colorToned: string;
307
+ };
308
+ onBase: {
309
+ dark: boolean;
310
+ color: string;
311
+ colorToned: string;
312
+ };
313
+ container: {
314
+ dark: boolean;
315
+ color: string;
316
+ colorToned: string;
317
+ };
318
+ onContainer: {
319
+ dark: boolean;
320
+ color: string;
321
+ colorToned: string;
322
+ };
323
+ };
324
+ background: {
325
+ name: string;
326
+ base: {
327
+ dark: boolean;
328
+ color: string;
329
+ colorToned: string;
330
+ };
331
+ onBase: {
332
+ dark: boolean;
333
+ color: string;
334
+ colorToned: string;
335
+ };
336
+ container: {
337
+ dark: boolean;
338
+ color: string;
339
+ colorToned: string;
340
+ };
341
+ onContainer: {
342
+ dark: boolean;
343
+ color: string;
344
+ colorToned: string;
345
+ };
346
+ };
347
+ error: {
348
+ name: string;
349
+ base: {
350
+ dark: boolean;
351
+ color: string;
352
+ colorToned: string;
353
+ };
354
+ onBase: {
355
+ dark: boolean;
356
+ color: string;
357
+ colorToned: string;
358
+ };
359
+ container: {
360
+ dark: boolean;
361
+ color: string;
362
+ colorToned: string;
363
+ };
364
+ onContainer: {
365
+ dark: boolean;
366
+ color: string;
367
+ colorToned: string;
368
+ };
369
+ };
370
+ info: {
371
+ name: string;
372
+ base: {
373
+ dark: boolean;
374
+ color: string;
375
+ colorToned: string;
376
+ };
377
+ onBase: {
378
+ dark: boolean;
379
+ color: string;
380
+ colorToned: string;
381
+ };
382
+ container: {
383
+ dark: boolean;
384
+ color: string;
385
+ colorToned: string;
386
+ };
387
+ onContainer: {
388
+ dark: boolean;
389
+ color: string;
390
+ colorToned: string;
391
+ };
392
+ };
393
+ };
394
+ blueprints: {
395
+ default: {
396
+ id: {
397
+ equals: {
398
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
399
+ };
400
+ toString: () => string;
401
+ toJSON: () => string;
402
+ valueOf: () => string;
403
+ };
404
+ name: string;
405
+ definitions: {
406
+ type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
407
+ }[];
408
+ };
409
+ variant1: {
410
+ id: {
411
+ equals: {
412
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
413
+ };
414
+ toString: () => string;
415
+ toJSON: () => string;
416
+ valueOf: () => string;
417
+ };
418
+ name: string;
419
+ definitions: {
420
+ type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
421
+ }[];
422
+ };
423
+ variant2: {
424
+ id: {
425
+ equals: {
426
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
427
+ };
428
+ toString: () => string;
429
+ toJSON: () => string;
430
+ valueOf: () => string;
431
+ };
432
+ name: string;
433
+ definitions: {
434
+ type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
435
+ }[];
436
+ };
437
+ variant3: {
438
+ id: {
439
+ equals: {
440
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
441
+ };
442
+ toString: () => string;
443
+ toJSON: () => string;
444
+ valueOf: () => string;
445
+ };
446
+ name: string;
447
+ definitions: {
448
+ type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
449
+ }[];
450
+ };
451
+ };
452
+ };
453
+ };
454
+ events: {
455
+ [x: string]: {
456
+ subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
457
+ publish: (msg: any) => void;
458
+ };
459
+ onMutatedCurrentTheme: {
460
+ subscribe: (fn: (obj: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
461
+ };
462
+ };
463
+ actions: {
464
+ onDispatching: <T_1 extends (...args: any) => any>(action: (actions: {
465
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
466
+ }) => T_1, fn: T_1 extends (...args: infer U) => any ? (...args: U) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
467
+ onDispatched: <T_2 extends (...args: any) => any>(action: (actions: {
468
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
469
+ }) => T_2, fn: T_2 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
470
+ onFailure: <T_3 extends (...args: any) => any>(action: (actions: {
471
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
472
+ }) => T_3, fn: T_3 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
473
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
474
+ };
475
+ get: {
476
+ colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
477
+ blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
478
+ typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
479
+ color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
480
+ colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
481
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
482
+ complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
483
+ complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
484
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
485
+ };
486
+ };
172
487
  readonly colorSchema: import("@omnia/fx-models").ColorSchema;
173
488
  readonly theme: "light" | "dark";
174
489
  readonly base: import("@omnia/fx-models").ColorDefinition;
@@ -101,6 +101,7 @@ declare const _default: {
101
101
  };
102
102
  }) => any;
103
103
  onPost?: (content: VelcronAppDefinition<object>[]) => any;
104
+ onFilesAdded?: (files: File[]) => any;
104
105
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
105
106
  placeholder: {
106
107
  type: import("vue").PropType<string>;
@@ -200,6 +201,7 @@ declare const _default: {
200
201
  };
201
202
  }) => any;
202
203
  onPost?: (content: VelcronAppDefinition<object>[]) => any;
204
+ onFilesAdded?: (files: File[]) => any;
203
205
  }, never>;
204
206
  $attrs: {
205
207
  [x: string]: unknown;
@@ -297,7 +299,7 @@ declare const _default: {
297
299
  changeDefinition(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean): void;
298
300
  updateDefinition(definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>): void;
299
301
  };
300
- }) => void);
302
+ }) => void) & ((event: "filesAdded", files: File[]) => void);
301
303
  $el: any;
302
304
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
303
305
  placeholder: {
@@ -398,9 +400,11 @@ declare const _default: {
398
400
  };
399
401
  }) => any;
400
402
  onPost?: (content: VelcronAppDefinition<object>[]) => any;
403
+ onFilesAdded?: (files: File[]) => any;
401
404
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
402
405
  post: (content: VelcronAppDefinition[]) => true;
403
406
  editorStore: (store: ReturnType<typeof useVelcronContentEditorStore>) => any;
407
+ filesAdded: (files: Array<File>) => any;
404
408
  }, string, {}, {}, string, {}> & {
405
409
  beforeCreate?: (() => void) | (() => void)[];
406
410
  created?: (() => void) | (() => void)[];
@@ -520,6 +524,7 @@ declare const _default: {
520
524
  };
521
525
  }) => any;
522
526
  onPost?: (content: VelcronAppDefinition<object>[]) => any;
527
+ onFilesAdded?: (files: File[]) => any;
523
528
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
524
529
  __isFragment?: never;
525
530
  __isTeleport?: never;
@@ -623,14 +628,16 @@ declare const _default: {
623
628
  };
624
629
  }) => any;
625
630
  onPost?: (content: VelcronAppDefinition<object>[]) => any;
631
+ onFilesAdded?: (files: File[]) => any;
626
632
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
627
633
  post: (content: VelcronAppDefinition[]) => true;
628
634
  editorStore: (store: ReturnType<typeof useVelcronContentEditorStore>) => any;
635
+ filesAdded: (files: Array<File>) => any;
629
636
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
630
637
  propsDefinition: Omit<Readonly<{} & {
631
638
  variant?: ContentEditorVariants;
632
639
  placeholder?: string;
633
- }>, "onEditorStore" | "onPost"> & {
640
+ }>, "onEditorStore" | "onPost" | "onFilesAdded"> & {
634
641
  onEditorStore?: (store: {
635
642
  get: {
636
643
  content: () => VelcronAppDefinition<object>[];
@@ -718,6 +725,7 @@ declare const _default: {
718
725
  };
719
726
  }) => any;
720
727
  onPost?: (content: VelcronAppDefinition<object>[]) => any;
728
+ onFilesAdded?: (files: File[]) => any;
721
729
  };
722
730
  };
723
731
  export default _default;
@@ -96,7 +96,6 @@ import wca9e655701cd249aca6b2af56caea6630 from './ux/timeperiodpicker/TimePeriod
96
96
  import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/typographypicker/TypographyPicker';
97
97
  import wc21a1f20b3d404602853049c1c8b8da2f from './ux/userpresence/UserPresence';
98
98
  import wc30289e2b58ff48b0aabb3cb3732c3038 from './ux/usertypelayout/UserTypeLayoutRenderer';
99
- import wc5b26d2a399c041f3beae9c1115d6e8d8 from './ux/usertypelayout/UserTypeLayoutBladeBuilder';
100
99
  import wc90cfd68bb4e04f67bfd5677bdf4af59d from './ux/validation/FieldValidation';
101
100
  import wcba03fc7e6921468289c0a0ffe0cf942e from './ux/versionedlayout/renderer/VersionedLayoutRenderer';
102
101
  import wc73154f51a92944acbe248779a3fa7ef5 from './ux/versionedlayout/editor/VersionedLayoutEditor';
@@ -436,7 +435,6 @@ declare global {
436
435
  "omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition>;
437
436
  "omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition>;
438
437
  "omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition>;
439
- "omfx-usertype-layout-blade-builder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition>;
440
438
  "omfx-field-validation": typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition>;
441
439
  "omfx-versioned-layout-renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition>;
442
440
  "omfx-versioned-layout-editor": typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition>;
@@ -1162,11 +1160,6 @@ declare global {
1162
1160
  $props: typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition>;
1163
1161
  };
1164
1162
  };
1165
- "UsertypeLayoutBladeBuilder": {
1166
- new (...args: any[]): {
1167
- $props: typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition>;
1168
- };
1169
- };
1170
1163
  "FieldValidation": {
1171
1164
  new (...args: any[]): {
1172
1165
  $props: typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.37-dev",
4
+ "version": "8.0.38-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.37-dev",
23
+ "@omnia/fx-models": "8.0.38-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
@@ -1,4 +0,0 @@
1
- /**
2
- * Styles for the LayoutSectionTabStyles component
3
- */
4
- export declare const LayoutSectionTabStyles: {};