UNPKG

@fluentui/react-northstar

Version:
6 lines (5 loc) 430 B
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>;