UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

12 lines 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.orderBy = void 0; /** * Enum for specifying how the views should be sorted */ var orderBy; (function (orderBy) { orderBy[orderBy["Id"] = 1] = "Id"; orderBy[orderBy["Title"] = 2] = "Title"; })(orderBy || (exports.orderBy = orderBy = {})); //# sourceMappingURL=IViewPicker.js.map