UNPKG
react-ssr-utils
Version:
latest (0.1.1)
0.1.1
0.1.0
Several utilities to bootstrap and simplify any React SSR setup
kitten/react-ssr-utils
react-ssr-utils
/
src
/
types.ts
4 lines
(3 loc)
•
52 B
text/typescript
View Raw
1
2
3
4
export
type
PropsLike
= { [
key
:
string
]:
any
}