@fluentui/react-northstar
Version:
A themable React component library.
20 lines (19 loc) • 570 B
TypeScript
export interface DialogVariables {
border: string;
rootBackground: string;
rootBorderRadius: string;
rootPadding: string;
rootPaddingZoom: string;
rootWidth: string;
contentMargin: string;
headerMargin: string;
overlayBackground: string;
overlayZIndex: number;
boxShadow: string;
foregroundColor: string;
headerFontSize: string;
headerFontWeight: number;
headerActionMargin: string;
footerActionsBreakpoint: string;
}
export declare const dialogVariables: (siteVariables: any) => Partial<DialogVariables>;