Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/danielpetho/fancy
/ toString
Method
toString
src/hooks/use-screen-size.ts:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
constructor(private value: ScreenSize) {}
21
22
toString(): ScreenSize {
23
return
this.value
24
}
25
26
valueOf(): number {
27
return
sizeOrder[this.value]
Callers
14
mdxComponents
Function · 0.80
MobileLink
Function · 0.80
FloatingElement
Function · 0.80
MatterBody
Function · 0.80
MatterBody
Function · 0.80
MarqueeAlongSvgPath
Function · 0.80
ElementAlongPath
Function · 0.80
vertical-cut-reveal.tsx
File · 0.80
AnimatedPathText
Function · 0.80
MarqueeItem
Function · 0.80
TextHighlighterDemo
Function · 0.80
getDocSlugs
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected