@wix/design-system
Version:
@wix/design-system
11 lines • 334 B
TypeScript
export declare const carouselWIPDriverFactory: ({ element }: {
element: Element;
}) => {
exists: () => boolean;
isLoading: () => boolean;
getChildren: () => NodeListOf<Element>;
getImages: () => string[];
clickPrevious: () => void;
clickNext: () => void;
};
//# sourceMappingURL=CarouselWIP.driver.d.ts.map