UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

7 lines 203 B
import * as React from 'react'; export interface IErrorProps { error: Error; show: boolean; } export declare const Error: React.FunctionComponent<IErrorProps>; //# sourceMappingURL=Error.d.ts.map