UNPKG

@kwiz/fluentui

Version:

KWIZ common controls for FluentUI

7 lines (6 loc) 223 B
import { BrandVariants, Theme } from "@fluentui/react-components"; export interface iThemeContext { teams?: boolean; dark?: boolean; } export declare function getTheme(ctx: iThemeContext, t?: BrandVariants): Theme;