Outlook_Addin_LLM/node_modules/@fluentui/theme/lib-amd/fonts/createFontStyles.d.ts

3 lines
139 B
TypeScript
Raw Normal View History

import type { IFontStyles } from '../types/IFontStyles';
export declare function createFontStyles(localeCode: string | null): IFontStyles;