mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
8 lines
126 B
TypeScript
8 lines
126 B
TypeScript
import "react-native";
|
|
|
|
declare module "react-native" {
|
|
interface PressableStateCallbackType {
|
|
hovered?: boolean;
|
|
}
|
|
}
|