UNPKG
react-micro-modal
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.1.0
React accessible micro modal component
github.com/Meemaw/react-micro-modal
Meemaw/react-micro-modal
react-micro-modal
/
dist
/
styles.d.ts
5 lines
(4 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
import
{
CSSProperties
}
from
'react'
;
export
declare
const
PORTAL_CLASS_NAME
:
string
;
export
declare
const
OVERLAY_BASE_STYLE
:
CSSProperties
;
export
declare
const
DIALOG_BASE_STYLE
:
CSSProperties
;