@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
13 lines • 584 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.audienceFormServiceKey = void 0;
var sp_core_library_1 = require("@microsoft/sp-core-library");
/**
* Service key for the AudienceFormService, which renders the AudienceForm react component.
*
* @internal
*/
exports.audienceFormServiceKey = sp_core_library_1.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