UNPKG

@wazespace/wme-react-components

Version:

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

7 lines 193 B
import { ReactNode } from 'react'; export interface WzAlertsGroupProps { children: ReactNode; multiline?: boolean; currentIndex?: number; } //# sourceMappingURL=AlertsGroup.d.ts.map