@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
6 lines • 387 B
TypeScript
import type { ITheme } from '@fluentui/react';
export declare const createSharePointHostConfig: (theme: ITheme) => any;
export declare const createDefaultTeamsHostConfig: (theme: ITheme) => any;
export declare const createDarkTeamsHostConfig: (theme: ITheme) => any;
export declare const createHighContrastTeamsHostConfig: (theme: ITheme) => any;
//# sourceMappingURL=HostConfig.d.ts.map