UNPKG

@fluentui/react-northstar

Version:
20 lines (19 loc) 570 B
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>;