UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

9 lines 258 B
/** * Enum for specifying how the views should be sorted */ export var orderBy; (function (orderBy) { orderBy[orderBy["Id"] = 1] = "Id"; orderBy[orderBy["Title"] = 2] = "Title"; })(orderBy || (orderBy = {})); //# sourceMappingURL=IViewPicker.js.map