UNPKG
hamburger-react
Version:
latest (2.5.2)
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0-beta.1
Animated hamburger menu icons for React
hamburger-react.netlify.app
luukdv/hamburger-react
hamburger-react
/
dist-types
/
Turn.d.ts
4 lines
(3 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
{
CommonBurgerProps
}
from
'./'
;
export
declare
const
Turn
:
React
.
FunctionComponent
<
CommonBurgerProps
>;