mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
[react-alice-carousel] update method's definitions (#36855)
This commit is contained in:
committed by
Andrew Branch
parent
802faae451
commit
74077379fc
+2
-2
@@ -174,8 +174,8 @@ export interface Props {
|
||||
}
|
||||
|
||||
export function slideTo(index: number): void;
|
||||
export function slidePrev(index: number): void;
|
||||
export function slideNext(index: number): void;
|
||||
export function slidePrev(): void;
|
||||
export function slideNext(): void;
|
||||
|
||||
export default class ReactAliceCarousel extends React.PureComponent<Props> {
|
||||
slideTo(index: number): void;
|
||||
|
||||
Reference in New Issue
Block a user