Files
starface-outlook-sync-addin/node_modules/@fluentui/theme/lib/createTheme.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

8 lines
326 B
TypeScript

import type { PartialTheme, Theme } from './types/index';
/**
* Creates a custom theme definition.
* @param theme - Partial theme object.
* @param depComments - Whether to include deprecated tags as comments for deprecated slots.
*/
export declare function createTheme(theme?: PartialTheme, depComments?: boolean): Theme;