UNPKG

@wazespace/wme-react-components

Version:

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

6 lines 192 B
import { ReactNode } from 'react'; export interface WzAlertDismissProps { children: ReactNode; onAlertDismissed?(event: CustomEvent): void; } //# sourceMappingURL=AlertDismiss.d.ts.map