Fixed typo #963
parent
eb6460d30c
commit
49f33df9cd
|
@ -1,4 +1,4 @@
|
|||
interface ScrollToProps {
|
||||
interface ScrollTopProps {
|
||||
target?: string;
|
||||
threshold?: number;
|
||||
icon?: string;
|
||||
|
@ -6,7 +6,7 @@ interface ScrollToProps {
|
|||
}
|
||||
|
||||
declare class ScrollTop {
|
||||
$props: ScrollToProps;
|
||||
$props: ScrollTopProps;
|
||||
}
|
||||
|
||||
export default ScrollTop;
|
||||
|
|
Loading…
Reference in New Issue