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
/
SplitPane
/
index.d.ts
5 lines
(4 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
type
{
ISplitPane
}
from
'@/Playground/types'
;
import
'allotment/dist/style.css'
;
export
declare
const
SplitPane
:
React
.
FC
<
ISplitPane
>;