UNPKG

antd-mobile

Version:
5 lines (4 loc) 282 B
import React from 'react'; import type { ReactElement } from 'react'; export declare type PropagationEvent = 'click'; export declare function withStopPropagation(events: PropagationEvent[], element: ReactElement): React.ReactElement<any, string | React.JSXElementConstructor<any>>;