@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
4 lines • 372 B
TypeScript
import { IPropertyPaneField } from '@microsoft/sp-property-pane';
import { IPropertyFieldGridProps, IPropertyFieldGridPropsInternal } from './IPropertyFieldGridProps';
export declare function PropertyFieldGrid(targetProperty: string, properties: IPropertyFieldGridProps): IPropertyPaneField<IPropertyFieldGridPropsInternal>;
//# sourceMappingURL=PropertyFieldGrid.d.ts.map