UNPKG

@atlaskit/global-search

Version:

A cross-product search component (batteries included)

14 lines 415 B
var SearchScreenCounter = /** @class */ (function () { function SearchScreenCounter() { this.count = 1; } SearchScreenCounter.prototype.getCount = function () { return this.count; }; SearchScreenCounter.prototype.increment = function () { this.count++; }; return SearchScreenCounter; }()); export { SearchScreenCounter }; //# sourceMappingURL=ScreenCounter.js.map