UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

6 lines 485 B
import { type IPartialTheme, type ITheme } from '@fluentui/react'; import { VariantType } from './VariantThemeProviderProps'; export declare const generateThemeVariant: (theme: IPartialTheme | ITheme, themeType: VariantType) => IPartialTheme | ITheme; export declare const getDefaultTheme: () => ITheme; export declare const generateThemeFromColors: (primaryColor: string, textColor: string, backgroundColor: string) => ITheme; //# sourceMappingURL=VariantThemeProviderHelpers.d.ts.map