diff --git a/components/lib/inputswitch/InputSwitch.d.ts b/components/lib/inputswitch/InputSwitch.d.ts index c1535e5a2..a00ffb5e9 100755 --- a/components/lib/inputswitch/InputSwitch.d.ts +++ b/components/lib/inputswitch/InputSwitch.d.ts @@ -113,9 +113,9 @@ export interface InputSwitchProps { 'aria-label'?: string | undefined; /** * Uses to pass attributes to DOM elements inside the component. - * @type {InputSwitchPassThroughMethodOptions} + * @type {InputSwitchPassThroughOptions} */ - pt?: InputSwitchPassThroughMethodOptions; + pt?: InputSwitchPassThroughOptions; /** * When enabled, it removes component related styles in the core. * @defaultValue false