UNPKG

@fluentui/react-theme-provider

Version:

Fluent UI React theme provider component, hook, and theme related utilities.

6 lines (5 loc) 222 B
import { Tokens, Theme, RecursivePartial } from '@fluentui/theme'; /** * Get tokens from theme object. */ export declare function getTokens(theme: Theme, userTokens?: RecursivePartial<Tokens>): RecursivePartial<Tokens>;