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