mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at samuel/patch-onpaste 5 lines 124 B view raw
1import {ViewStyleProp} from '#/alf' 2 3export function SubtleWebHover({}: ViewStyleProp & {hover: boolean}) { 4 return null 5}