UNPKG
pagefind-react
Version:
latest (0.0.1)
0.0.1
A pagefind React Component drop-in
pagefind-react
/
dist
/
pagefind.d.ts
4 lines
(3 loc)
•
106 B
TypeScript
View Raw
1
2
3
4
export
declare
const
PageFind
:
(
{ id }: { id?:
string
; }
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;