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