UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

8 lines 326 B
import * as React from "react"; import { ThemePrepared } from "@fluentui/styles"; export interface IToolbarThemeProps { globalTheme: ThemePrepared; children: React.ReactNode; } export declare const ToolbarTheme: ({ globalTheme, children }: IToolbarThemeProps) => JSX.Element; //# sourceMappingURL=ToolbarTheme.d.ts.map