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