about summary refs log tree commit diff
path: root/src/components/SubtleWebHover.tsx
blob: 5cbbfc898af34cb34b2e66a4f1b2dc458d26a860 (plain) (blame)
1
2
3
4
5
import {ViewStyleProp} from '#/alf'

export function SubtleWebHover({}: ViewStyleProp & {hover: boolean}) {
  return null
}