inputswitch passthrough hotfix

pull/4188/head
Huge Letters 2023-07-23 17:58:56 +02:00
parent 8a7b069276
commit d6bd6f95a5
1 changed files with 2 additions and 2 deletions

View File

@ -113,9 +113,9 @@ export interface InputSwitchProps {
'aria-label'?: string | undefined; 'aria-label'?: string | undefined;
/** /**
* Uses to pass attributes to DOM elements inside the component. * 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. * When enabled, it removes component related styles in the core.
* @defaultValue false * @defaultValue false