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