UNPKG
@nuitral/react-ui-suite
Version:
latest (0.0.1-alpha.12)
0.0.1-alpha.12
0.0.1-alpha.11
0.0.1-alpha.10
0.0.1-alpha.9
0.0.1-alpha.8
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.1
nuitral React UI Suite
nuitral.github.io
nuitral/react-ui-suite
@nuitral/react-ui-suite
/
dist
/
components
/
box
/
Box.d.ts
5 lines
(4 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
import
{
NuitralBoxProps
}
from
'@nuitral/types'
;
import
React
from
'react'
;
declare
const
Box
:
React
.
FC
<
NuitralBoxProps
>;
export
default
Box
;