UNPKG
jswm
Version:
latest (1.0.11)
1.0.11
1.0.10
Virtual Window for React
ttis.croud.jp
prometheon/jswf-react
jswm
/
dist
/
SplitView
/
parts
/
Resize.d.ts
9 lines
(8 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface
StyleProps
{
barSize
:
number
;
size
:
number
;
barOpen
:
boolean
;
type
:
string
; }
export
declare
const
Resize
:
import
(
"styled-components"
).
StyledComponent
<
"img"
,
any
,
StyleProps
,
never
>;
export
{};