1 2 3 4 5
import {type ViewStyleProp} from '#/alf' export function SubtleWebHover({}: ViewStyleProp & {hover: boolean}) { return null }