mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
[react-alice-carousel] update method's definitions (#36855)
This commit is contained in:
committed by
Andrew Branch
parent
802faae451
commit
74077379fc
4
types/react-alice-carousel/index.d.ts
vendored
4
types/react-alice-carousel/index.d.ts
vendored
@@ -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