voiptime-components 1.9.0 → 1.9.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.
package/dist/index.d.ts CHANGED
@@ -442,6 +442,7 @@ declare function __VLS_template_2(): {
442
442
  attrs: Partial<{}>;
443
443
  slots: {
444
444
  default?(_: {}): any;
445
+ footer?(_: {}): any;
445
446
  };
446
447
  refs: {};
447
448
  rootEl: any;