@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 299 B
TypeScript
import { SegmentStylesProps } from '../../../../components/Segment/Segment';
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { SegmentVariables } from './segmentVariables';
export declare const segmentStyles: ComponentSlotStylesPrepared<SegmentStylesProps, SegmentVariables>;