UNPKG
@appbuckets/react-ui
Version:
latest (1.11.4)
1.11.4
1.11.3
1.11.2
1.11.0
1.10.0
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.7.1
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0-alpha.9
1.5.0-alpha.8
1.5.0-alpha.7
1.5.0-alpha.6
1.5.0-alpha.4
1.5.0-alpha.3
1.5.0-alpha.2
1.5.0-alpha.1
1.5.0-alpha.0
Just Another React UI Framework
react-bucket.appbuckets.io
marcocavanna/appbuckets
@appbuckets/react-ui
/
Modal
/
index.d.ts
7 lines
(6 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
{
default
}
from
'./Modal'
;
export
{ useModal }
from
'./Modal.context'
;
export
*
from
'./Modal.types'
;
export
*
from
'./ModalActions.types'
;
export
*
from
'./ModalContent.types'
;
export
*
from
'./ModalHeader.types'
;