react-bootstrap-typeahead
Version:
React typeahead with Bootstrap styling
9 lines (8 loc) • 326 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SIZES = exports.DEFAULT_LABELKEY = exports.ALIGN_VALUES = void 0;
var ALIGN_VALUES = exports.ALIGN_VALUES = ['justify', 'left', 'right'];
var DEFAULT_LABELKEY = exports.DEFAULT_LABELKEY = 'label';
var SIZES = exports.SIZES = ['lg', 'sm'];
;