mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
4 lines
134 B
TypeScript
4 lines
134 B
TypeScript
declare module 'rc-util/lib/Dom/addEventListener' {
|
|
export default function(domNode: any, event: string, handler: Function): any;
|
|
}
|