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
/
AnchorProvider.d.ts
8 lines
(7 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
export
declare
const
AnchorContext
:
React
.
Context
<
string
>;
declare
const
AnchorProvider
:
(
props
: { children: React.ReactNode; anchor:
string
; }
) =>
React
.
ReactNode
;
export
default
AnchorProvider
;