@choosemycompany/ui 0.15.1 → 0.15.3

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/dist/index.d.ts CHANGED
@@ -200,6 +200,7 @@ declare function __VLS_template_3(): {
200
200
  default?(_: {}): any;
201
201
  default?(_: {}): any;
202
202
  default?(_: {}): any;
203
+ default?(_: {}): any;
203
204
  };
204
205
  refs: {};
205
206
  rootEl: any;
@@ -425,6 +426,7 @@ export declare const headingLevelOptions: {
425
426
  readonly h1: "h1";
426
427
  readonly h2: "h2";
427
428
  readonly h3: "h3";
429
+ readonly h4: "h4";
428
430
  };
429
431
 
430
432
  declare type HeadingLevels = keyof typeof headingLevelOptions;