MCPcopy
hub / github.com/Innei/Shiro / Window

Interface Window

src/components/modules/peek/PeekPortal.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5declare global {
6 interface Window {
7 peek: ReturnType<typeof usePeek>
8 }
9}
10
11export const PeekPortal = () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected