UNPKG

@fluentui/styles

Version:
3 lines (2 loc) 165 B
import { ThemeInput, ThemePrepared } from './types'; export declare const createTheme: <T = ThemePrepared<any> | ThemeInput<any>>(themeInput: T, debugId: any) => T;