UNPKG

@ebay/ebayui-core

Version:

Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.

13 lines (12 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const SHOW_AMOUNT = 15; class FilePreviewCardGroup { onCreate() { this.state = { showing: SHOW_AMOUNT }; } seeMore() { this.state.showing += SHOW_AMOUNT; } } module.exports = FilePreviewCardGroup;