UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

10 lines (9 loc) 570 B
import { ComponentProps } from '../../testkit/new/Component.driver'; import { ScrollProps } from '../../testkit/new/useScrollable.driver'; export declare const CarouselDriver: (props: ComponentProps) => { scroll: (props: ScrollProps) => void; triggerEvent: (eventName?: string | undefined, event?: Partial<import("react-native/types").NativeScrollEvent> | undefined) => void; getElement: () => import("react-test-renderer").ReactTestInstance; queryElement: () => import("react-test-renderer").ReactTestInstance | undefined; exists: () => boolean; };