@fluentui/react-northstar
Version:
A themable React component library.
13 lines (12 loc) • 443 B
TypeScript
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>;