UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

9 lines 296 B
import * as React from 'react'; export interface IRenderLabelProps { label: string; icon?: string | JSX.Element; isRequired?: boolean; } export declare const RenderLabel: React.FunctionComponent<IRenderLabelProps>; export default RenderLabel; //# sourceMappingURL=RenderLabel.d.ts.map