@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
4 lines • 302 B
TypeScript
/// <reference types="react" />
import { IPropertyFieldSitePickerListItemProps } from './IPropertyFieldSitePickerListItem';
export declare const PropertyFieldSitePickerListItem: (props: IPropertyFieldSitePickerListItemProps) => JSX.Element;
//# sourceMappingURL=PropertyFieldSitePickerListItem.d.ts.map