UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

9 lines 391 B
import { ThemePrepared } from "@fluentui/react-northstar"; import { IWidget } from "./IWidget"; export declare const WidgetTitle: ({ widget, globalTheme, allowHidingWidget, onWidgetHiding }: { widget: IWidget; globalTheme: ThemePrepared<any>; allowHidingWidget: boolean; onWidgetHiding?: (widget: IWidget) => void; }) => JSX.Element; //# sourceMappingURL=WidgetTitle.d.ts.map