UNPKG

@kadconsulting/dry

Version:
11 lines (10 loc) 319 B
/// <reference types="react" /> export interface ImageCarouselProps extends React.HTMLAttributes<HTMLElement> { passProps?: object; /** Support @testing-library/react `screen.getByTestId` */ 'data-testid'?: string; id?: string; images: any[]; className?: string; imgDivClassName?: string; }