@pnp/sp
Version:
pnp - provides a fluent api for working with SharePoint REST
5 lines • 363 B
JavaScript
import { _UserCustomAction } from "../user-custom-actions/types.js";
import { getValueForUICultureBinder } from "./funcs.js";
_UserCustomAction.prototype.titleResource = getValueForUICultureBinder("titleResource");
_UserCustomAction.prototype.descriptionResource = getValueForUICultureBinder("descriptionResource");
//# sourceMappingURL=user-custom-actions.js.map