UNPKG
@chalkbooks/react-doc-viewer
Version:
latest (1.15.0)
1.15.0
1.14.0
1.13.0
File viewer for React.
cyntler.github.io/react-doc-viewer
@chalkbooks/react-doc-viewer
/
dist
/
esm
/
components
/
ProxyRenderer.d.ts
3 lines
(2 loc)
•
68 B
TypeScript
View Raw
1
2
3
import
{
FC
}
from
"react"
;
export
declare
const
ProxyRenderer
:
FC
;