UNPKG

select-pure

Version:

Custom JavaScript <select> component. Easy-to-use, accessible, mobile friendly and super efficient

10 lines 243 B
export declare const defaultOption: { label: string; value: string; select: () => void; unselect: () => void; disabled: boolean; hidden: boolean; selected: boolean; }; //# sourceMappingURL=general.constants.d.ts.map