@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
9 lines • 633 B
TypeScript
import { IPropertyPaneField } from '@microsoft/sp-property-pane';
import { IPropertyFieldCodeEditorPropsInternal, IPropertyFieldCodeEditorProps } from './IPropertyFieldCodeEditor';
/**
* Helper method to create a SPList Picker on the PropertyPane.
* @param targetProperty - Target property the SharePoint list picker is associated to.
* @param properties - Strongly typed SPList Picker properties.
*/
export declare function PropertyFieldCodeEditor(targetProperty: string, properties: IPropertyFieldCodeEditorProps): IPropertyPaneField<IPropertyFieldCodeEditorPropsInternal>;
//# sourceMappingURL=PropertyFieldCodeEditor.d.ts.map