@fluentui/react-northstar
Version:
A themable React component library.
15 lines (14 loc) • 502 B
TypeScript
export declare type RadioGroupItemVariables = {
colorDisabled: string;
textFontSize: string;
textColorDefault: string;
textColorDefaultHoverFocus: string;
textColorChecked: string;
indicatorColorDefault: string;
indicatorBorderColorDefaultHover: string;
indicatorBorderColorChecked: string;
indicatorBackgroundColorChecked: string;
padding: string;
margin: string;
};
export declare const radioGroupItemVariables: (siteVars: any) => RadioGroupItemVariables;