pull/2809/head
Tuğçe Küçükoğlu 2022-07-22 11:30:23 +03:00
parent 081b9414f9
commit af9fe6fbaa
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export interface SliderProps {
/**
* Used to define a string that labels the element.
*/
ariaLabel?: string | undefined
ariaLabel?: string | undefined;
}
export interface SliderSlots {