UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

7 lines 290 B
import { SiteVariablesPrepared } from "@fluentui/react-northstar"; import { IWidget } from "./IWidget"; export declare const WidgetBody: ({ widget, siteVariables, }: { widget: IWidget; siteVariables: SiteVariablesPrepared; }) => JSX.Element; //# sourceMappingURL=WidgetBody.d.ts.map