@sberdevices/plasma-temple
Version:
SberDevices CanvasApp Templates.
9 lines • 573 B
TypeScript
import { StyledComponent } from 'styled-components';
import { Carousel, CarouselProps as BaseCarouselProps } from '@sberdevices/plasma-ui';
import { GetStyledComponentProps } from '../../../types';
export declare type CarouselProps = Omit<BaseCarouselProps, 'detectActive' | 'detectThreshold'>;
declare type StyledComponentProps = GetStyledComponentProps<typeof Carousel>;
declare type StyledCarousel = StyledComponent<typeof Carousel, any, StyledComponentProps, never>;
export declare const CommonCarousel: StyledCarousel;
export {};
//# sourceMappingURL=Carousel.d.ts.map