@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
10 lines • 445 B
JavaScript
import { ServiceKey } from '@microsoft/sp-core-library';
/**
* Service key for the AudienceFormService, which renders the AudienceForm react component.
*
* @internal
*/
export var audienceFormServiceKey = ServiceKey.createCustom('sp-property-pane.AudienceForm', function (scope) {
return {}; // no-op. This service must be initialized by whatever app this service will be used with.
});
//# sourceMappingURL=AudienceFormServiceKey.js.map