UNPKG

@fluentui/react-northstar

Version:
48 lines (47 loc) 1.47 kB
import { SiteVariablesPrepared } from '@fluentui/styles'; export interface PillVariables { background: string; backgroundHover: string; borderRadius: string; roundedBorderRadius: string; outlineBackground: string; outlineBorderColor: string; outlineDisabledborder: string; invertedBackground: string; disabledBackground: string; disabledColor: string; smallerHeight: string; smallerMinWidth: string; smallerMargin: string; smallHeight: string; smallMinWidth: string; smallMargin: string; height: string; minWidth: string; margin: string; smallerRoundedBorderRadius: string; contentPadding: string; contentFontSize: string; contentPaddingSmaller: string; contentFontSizeSmaller: string; contentPaddingSmall: string; contentFontSizeSmall: string; actionMargin: string; actionWidth: string; smallOrSmallerActionWidth: string; iconMargin: string; iconWidth: string; smallOrSmallerIconWidth: string; selectedIconColor: string; selectedIconCheckColor: string; selectedImageIconWidth: string; smallSelectedImageIconWidth: string; smallerSelectedImageIconWidth: string; imageWidth: string; imageHeight: string; smallImageWidth: string; smallImageHeight: string; smallerImageWidth: string; smallerImageHeight: string; } export declare const pillVariables: (siteVars: SiteVariablesPrepared) => PillVariables;