UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

19 lines 656 B
import * as React from 'react'; import { IPropertyFieldCollectionDataHostProps, IPropertyFieldCollectionDataHostState } from './IPropertyFieldCollectionDataHost'; export declare class PropertyFieldCollectionDataHost extends React.Component<IPropertyFieldCollectionDataHostProps, IPropertyFieldCollectionDataHostState> { constructor(props: IPropertyFieldCollectionDataHostProps); /** * Open the panel */ private openPanel; /** * Closes the panel */ private closePanel; /** * On save action */ private onSave; render(): JSX.Element; } //# sourceMappingURL=PropertyFieldCollectionDataHost.d.ts.map