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
/
index.d.ts
6 lines
(5 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
import
type
{
IPlayground
}
from
'./types'
;
import
'./index.less'
;
export
declare
const
Playground
:
React
.
FC
<
IPlayground
>;
export
declare
const
PlaygroundSandbox
:
React
.
FC
<
IPlayground
>;