import type { PropertyPaneLifeCycleEvent } from '../propertyPaneDefinitions/PropertyPaneLifeCycleEvent'; /** * The structure of the event that will be dispatched when property pane life cycle fires. * @internal */ export interface IPropertyPaneEventArgs { componentId: string | undefined; configurationEvent: PropertyPaneLifeCycleEvent; } //# sourceMappingURL=IPropertyPaneEventArgs.d.ts.map