UNPKG

@wazespace/wme-react-components

Version:

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

8 lines 257 B
import { WzCheckableChipProps } from './CheckableChip'; export interface WzChipSelectProps { onChipSelected?(event: CustomEvent<{ value: string; }>): void; value?: WzCheckableChipProps['value']; } //# sourceMappingURL=ChipSelect.d.ts.map