@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 331 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { CarouselPaddleStylesProps } from '../../../../components/Carousel/CarouselPaddle';
import { CarouselVariables } from './carouselVariables';
export declare const carouselPaddleStyles: ComponentSlotStylesPrepared<CarouselPaddleStylesProps, CarouselVariables>;