inputswitch passthrough hotfix

This commit is contained in:
Huge Letters 2023-07-23 17:58:56 +02:00
parent 8a7b069276
commit d6bd6f95a5

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