@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
8 lines • 306 B
TypeScript
import { IPropertyFieldGuidProps } from "./IPropertyFieldGuid";
export interface IPropertyFieldGuidHostProps extends IPropertyFieldGuidProps {
onChanged?: (newValue: any) => void;
}
export interface IPropertyFieldGuidHostState {
value: string;
}
//# sourceMappingURL=IPropertyFieldGuidHost.d.ts.map