mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-07 14:16:01 +02:00
3 lines
105 B
TypeScript
3 lines
105 B
TypeScript
import React from "react";
|
|
|
|
export const stopPropagation = (e: React.MouseEvent) => e.stopPropagation();
|