UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

4 lines (3 loc) 281 B
export declare const NOOP: () => void; export declare function newArray(length: number): any; export declare function pickTriggerPropsFromRest(rest: any): Pick<any, "onClick" | "tabIndex" | "onFocus" | "onBlur" | "onContextMenu" | "onMouseEnter" | "onMouseLeave" | "onMouseMove">;