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