From d6bd6f95a5f498eccb164d3075bf83fd33a182e1 Mon Sep 17 00:00:00 2001 From: Huge Letters Date: Sun, 23 Jul 2023 17:58:56 +0200 Subject: [PATCH] inputswitch passthrough hotfix --- components/lib/inputswitch/InputSwitch.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/inputswitch/InputSwitch.d.ts b/components/lib/inputswitch/InputSwitch.d.ts index c1535e5a2f..a00ffb5e9c 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