UNPKG
usepages-blocks
Version:
latest (3.6.0)
3.6.0
3.5.3
3.5.2
3.5.1
3.5.0
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
blocks for usePages.today
github.com/UXtemple/usepages-blocks
UXtemple/usepages-blocks
usepages-blocks
/
list.js
14 lines
(10 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { PropTypes }
from
'react'
const
List = () =>
null
List.propTypes = {
from
: PropTypes.
string
, of: PropTypes.
object
, item: PropTypes.
string
, style: PropTypes.
object
, variable: PropTypes.
string
} export
default
List