UNPKG
neurogrid-layout
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
🧠NeuroGrid — content-aware adaptive layout for React
neurogrid-layout
/
dist
/
NeuroGrid.d.ts
6 lines
(4 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ReactNode
}
from
'react'
;
export
declare
const
NeuroGrid
:
(
{ children }: { children: ReactNode; }
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;