UNPKG

react-bootstrap-typeahead

Version:
10 lines (9 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SIZES = exports.DEFAULT_LABELKEY = void 0; var DEFAULT_LABELKEY = 'label'; exports.DEFAULT_LABELKEY = DEFAULT_LABELKEY; var SIZES = ['lg', 'sm']; exports.SIZES = SIZES;