mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
refactor(packages/*): add tuono- prefix to all relevant folders (#255)
This commit is contained in:
committed by
GitHub
parent
f236b75f55
commit
f3bf13da59
@@ -0,0 +1,14 @@
|
||||
import type React from 'react'
|
||||
|
||||
import type { Router } from './router'
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
__TUONO__ROUTER__: Router
|
||||
__TUONO_SSR_PROPS__?: {
|
||||
props?: unknown
|
||||
}
|
||||
|
||||
__TUONO_CONTEXT__?: React.Context<Router>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user