UNPKG
react-masonry
Version:
latest (1.0.7)
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta-3
1.0.0-beta-2
1.0.0-beta-1
1.0.0-beta
0.1.6
0.1.5
0.1.4
0.1.3
0.1.1
ReactJs layout library.
bogdanpetru.github.io/react-masonry
bogdanpetru/react-masonry
react-masonry
/
dist
/
components
/
masonry.d.ts
5 lines
(4 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
React
from
'react'
;
import
{
FunctionComponent
}
from
'react'
;
import
{
MasonryProps
}
from
'../types'
;
export
declare
const
Masonry
:
FunctionComponent
<
React
.
PropsWithChildren
<
MasonryProps
>>;