@fluentui/react-northstar
Version:
A themable React component library.
35 lines (34 loc) • 1.05 kB
TypeScript
export declare type AttachmentVariables = {
padding: string;
iconSpace: string;
iconSize: string;
borderColor: string;
borderRadius: string;
backgroundColor: string;
backgroundColorHover: string;
textColor: string;
textColorHover: string;
boxShadow: string;
focusBackgroundColor: string;
focusColor: string;
progressColor: string;
progressHeight: string;
headerFontSize: string;
headerFontWeight: number;
headerLineHeight: number;
descriptionFontSize: string;
descriptionFontWeight: number;
descriptionLineHeight: number;
actionHeight: string;
actionMaxWidth: string;
actionColor: string;
actionPrimaryColor: string;
actionColorDisabled: string;
actionIconSize: string;
actionLoaderBorderSize: string;
actionLoaderSize: string;
actionLoaderSvgHeight: string;
actionLoaderSvgAnimationHeight: string;
actionFocusBorderRadius: string;
};
export declare const attachmentVariables: (siteVariables: any) => AttachmentVariables;