UNPKG
@paima/aiken-mdx
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Aiken documentation generator
github.com/PaimaStudios/paima-engine
PaimaStudios/paima-engine
@paima/aiken-mdx
/
context
/
IsLocalProvider.d.ts
8 lines
(7 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
export
declare
const
IsLocalContext
:
React
.
Context
<
boolean
>;
declare
const
IsLocalProvider
:
(
props
: { children: React.ReactNode; isLocal:
boolean
; }
) =>
React
.
ReactNode
;
export
default
IsLocalProvider
;