@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
8 lines • 331 B
TypeScript
import * as React from "react";
import { ThemePrepared } from "@fluentui/styles";
export interface IToolbarThemeProps {
globalTheme: ThemePrepared;
children: React.ReactNode;
}
export declare const DashboardTheme: ({ globalTheme, children, }: IToolbarThemeProps) => JSX.Element;
//# sourceMappingURL=DashboardTheme.d.ts.map