UNPKG
@mujo/box
Version:
latest (5.0.2)
5.0.2
5.0.1
5.0.0
4.1.1
4.1.0
4.1.0-beta3
4.1.0-beta2
4.1.0-beta
4.1.0-alpha
4.0.3
4.0.2
4.0.1
4.0.1-a
4.0.0
3.0.1
3.0.0
A React utility to add a style guide to primative components
@mujo/box
/
dist
/
index.d.ts
6 lines
(5 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
export
{ withBox }
from
'./box'
;
export
{ makeStyles }
from
'./lib/helpers'
;
export
{ omitKeys }
from
'./lib/omit-keys'
;
export
{
MakeBoxProps
}
from
'./types'
;
export
{ flexStyles }
from
'./styles/flex'
;