@tmsoft/webphone 1.0.12 → 1.0.14

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
@@ -170,7 +170,6 @@ required: false;
170
170
  mode: string;
171
171
  }, {}, {
172
172
  PrimeButton: DefineComponent_2<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
173
- ArrowBackIcon: FunctionalComponent<SVGAttributes, {}, any, {}>;
174
173
  PrimeInputText: DefineComponent_2<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string | undefined) => void) & ((e: "value-change", value: string | undefined) => void)>;
175
174
  WebphoneSettings: DefineComponent<ExtractPropTypes< {
176
175
  callVolume: NumberConstructor;