UNPKG
react-playground-test
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
github.com/jialuyi/react-playground-test2
jialuyi/react-playground-test2
react-playground-test
/
dist
/
@types
/
Playground
/
components
/
Sandbox
/
index.d.ts
4 lines
(3 loc)
•
135 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
type
{
IPlayground
}
from
'@/Playground/types'
;
export
declare
const
Sandbox
:
React
.
FC
<
IPlayground
>;