UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

7 lines 309 B
import * as React from 'react'; import { IToolbarItemRendererProps } from './IToolbarItemRendererProps'; /** * Renders a single toolbar button with optional tooltip and label. */ export declare const ToolbarItemRenderer: React.FC<IToolbarItemRendererProps>; //# sourceMappingURL=ToolbarItemRenderer.d.ts.map