@fluentui/react-northstar
Version:
A themable React component library.
6 lines (5 loc) • 430 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { SvgIconProps } from '@fluentui/react-icons-northstar';
import { SvgIconVariables } from './svgIconVariables';
export declare type SvgIconStylesProps = Pick<SvgIconProps, 'bordered' | 'circular' | 'disabled' | 'outline' | 'rotate' | 'size' | 'xSpacing'>;
export declare const svgIconStyles: ComponentSlotStylesPrepared<SvgIconStylesProps, SvgIconVariables>;