slightning-coco-widget
Version:
SLIGHTNING 的 CoCo 控件框架。
5 lines (4 loc) • 301 B
TypeScript
import React from 'react';
import type { ReactElement } from 'react';
export declare type PropagationEvent = 'click' | 'touchstart';
export declare function withStopPropagation(events: PropagationEvent[], element: ReactElement): React.ReactElement<any, string | React.JSXElementConstructor<any>>;