UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

7 lines 231 B
import * as React from "react"; import { IWidget } from "./IWidget"; export declare const Widget: ({ children, widget, }: { children: React.ReactNode; widget: IWidget; }) => JSX.Element; //# sourceMappingURL=Widget.d.ts.map