typo fix
parent
081b9414f9
commit
af9fe6fbaa
|
@ -59,7 +59,7 @@ export interface SliderProps {
|
||||||
/**
|
/**
|
||||||
* Used to define a string that labels the element.
|
* Used to define a string that labels the element.
|
||||||
*/
|
*/
|
||||||
ariaLabel?: string | undefined
|
ariaLabel?: string | undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SliderSlots {
|
export interface SliderSlots {
|
||||||
|
|
Loading…
Reference in New Issue