UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

11 lines 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ECommentAction = void 0; var ECommentAction; (function (ECommentAction) { ECommentAction["ADD"] = "ADD"; ECommentAction["DELETE"] = "DELETE"; ECommentAction["LIKE"] = "LIKE"; ECommentAction["UNLIKE"] = "UNLIKE"; })(ECommentAction || (exports.ECommentAction = ECommentAction = {})); //# sourceMappingURL=ECommentAction.js.map