@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
9 lines • 414 B
TypeScript
import { IPropertyFieldIconPickerPropsInternal } from "./IPropertyFieldIconPicker";
export interface IPropertyFieldIconPickerHostProps extends IPropertyFieldIconPickerPropsInternal {
onChange: (targetProperty?: string, newValue?: any) => void;
}
export interface IPropertyFieldIconPickerHostState {
currentIcon: string;
isPanelOpen: boolean;
}
//# sourceMappingURL=IPropertyFieldIconPickerHost.d.ts.map