@choosemycompany/ui 0.12.1 → 0.13.0

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
@@ -189,9 +189,6 @@ declare function __VLS_template_2(): {
189
189
  default?(_: {}): any;
190
190
  default?(_: {}): any;
191
191
  default?(_: {}): any;
192
- default?(_: {}): any;
193
- default?(_: {}): any;
194
- default?(_: {}): any;
195
192
  };
196
193
  refs: {};
197
194
  rootEl: any;
@@ -408,9 +405,6 @@ export declare const headingLevelOptions: {
408
405
  readonly h1: "h1";
409
406
  readonly h2: "h2";
410
407
  readonly h3: "h3";
411
- readonly h4: "h4";
412
- readonly h5: "h5";
413
- readonly h6: "h6";
414
408
  };
415
409
 
416
410
  declare type HeadingLevels = keyof typeof headingLevelOptions;