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