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