UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

6 lines 412 B
import { HostConfig } from "adaptivecards"; import { ITheme } from "@fluentui/react/lib/Styling"; export declare const hostCapabilitiesFluentUIThemeKey = "fluentUITheme"; export declare const setFluentUIThemeAsHostCapability: (hostConfig: HostConfig, theme: ITheme) => void; export declare const getFluentUIThemeFromHostCapability: (hostConfig: HostConfig) => ITheme; //# sourceMappingURL=HostCapability.d.ts.map