UNPKG
react-howl
Version:
alpha (0.0.2-9)
latest (0.0.1)
next (0.0.2-3)
0.0.2-9
0.0.2-8
0.0.2-7
0.0.2-6
0.0.2-5
0.0.2-4
0.0.2-3
0.0.2-2
0.0.2-1
0.0.2-0
0.0.1
A unified design system.
github.com/TaeKimJR/howl
TaeKimJR/howl
react-howl
/
src
/
styles
/
withStylesPropTypes.js
14 lines
(11 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
PropTypes
from
'prop-types'
;
/** * Prop-types helper for the "withStyles" HOC. * *
@type
{
object
} */
const
withStylesPropTypes = {
classNames
:
PropTypes
.
shape
({}),
theme
:
PropTypes
.
shape
({}), };
export
default
withStylesPropTypes;