UNPKG

@wazespace/wme-react-components

Version:

A package with useful replications of the Waze Map Editor components to use in userscripts

7 lines 196 B
export interface WzChipMultiSelectProps { onChipSelected?(event: CustomEvent<{ value: string[]; }>): void; maxSelected?: number; } //# sourceMappingURL=ChipMultiSelect.d.ts.map