Merge pull request #4188 from HugeLetters/master

InputSwitch passthrough hotfix
pull/4203/head
Tuğçe Küçükoğlu 2023-07-24 09:53:56 +03:00 committed by GitHub
commit cb14acddfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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