UNPKG

@fluentui/react-northstar

Version:
13 lines (12 loc) 443 B
export interface ProviderVariables { background: string; color: string; scrollbarHeight: string; scrollbarWidth: string; scrollbarThumbBackgroundColor: string; scrollbarThumbBorderRadius: string; scrollbarThumbBorderSize: string; scrollbarThumbHoverBackgroundColor: string; scrollbarThumbHoverBorderSize: string; } export declare const providerVariables: (siteVariables: any) => Partial<ProviderVariables>;