UNPKG

multiple-select-vanilla

Version:

This lib allows you to select multiple elements with checkboxes

9 lines 303 B
import type { MultipleSelectOption } from './models/multipleSelectOption.interface.js'; declare const Constants: { BLOCK_ROWS: number; CLUSTER_BLOCKS: number; DEFAULTS: Partial<MultipleSelectOption>; METHODS: string[]; }; export default Constants; //# sourceMappingURL=constants.d.ts.map