UNPKG

grommet

Version:

focus on the essential experience

6 lines 203 B
export var allOptions = Array(100).fill().map(function (_, i) { return "option " + (i + 1); }); export var allSuggestions = Array(100).fill().map(function (_, i) { return "suggestion " + (i + 1); });