UNPKG

@atlaskit/global-search

Version:

A cross-product search component (batteries included)

15 lines (12 loc) 249 B
import _defineProperty from "@babel/runtime/helpers/defineProperty"; export class SearchScreenCounter { constructor() { _defineProperty(this, "count", 1); } getCount() { return this.count; } increment() { this.count++; } }