UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

8 lines 594 B
import * as React from 'react'; import { IPropertyFieldButtonControlProps, IPropertyFieldButtonControlState } from './IPropertyFieldButtonControl'; export default class PropertyFieldButtonControl extends React.Component<IPropertyFieldButtonControlProps, IPropertyFieldButtonControlState> { constructor(props: IPropertyFieldButtonControlProps); componentDidUpdate(prevProps: IPropertyFieldButtonControlProps, prevState: IPropertyFieldButtonControlState): void; render(): React.ReactElement<IPropertyFieldButtonControlProps>; } //# sourceMappingURL=PropertyFieldButtonControl.d.ts.map