Remove missed inputProps from InputSwitch

pull/5227/head
Dominic Fellbaum 2024-02-06 18:21:22 +01:00
parent f24b20d531
commit 3875022414
1 changed files with 0 additions and 5 deletions

View File

@ -7,7 +7,6 @@
* @module inputswitch
*
*/
import { InputHTMLAttributes } from 'vue';
import { ComponentHooks } from '../basecomponent';
import { PassThroughOptions } from '../passthrough';
import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
@ -136,10 +135,6 @@ export interface InputSwitchProps {
* Inline style of the input field.
*/
inputStyle?: object | undefined;
/**
* Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/