UNPKG

@blackbaud/skyux

Version:
10 lines 319 B
import { AsyncList } from 'microedge-rxstate/dist'; var GridStateModel = (function () { function GridStateModel() { this.columns = new AsyncList(); this.displayedColumns = new AsyncList(); } return GridStateModel; }()); export { GridStateModel }; //# sourceMappingURL=grid-state.model.js.map