UNPKG
react-dock
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Resizable dockable react component
github.com/reduxjs/redux-devtools
reduxjs/redux-devtools
react-dock
/
lib
/
autoprefix.d.ts
3 lines
(2 loc)
•
112 B
TypeScript
View Raw
1
2
3
import
{
CSSProperties
}
from
'react'
;
export
default
function
autoprefix
(
style: CSSProperties
):
CSSProperties
;