UNPKG
react-morphing-modal
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
React morphing modal! The easiest way to be fancy!
react-morphing-modal
/
dist
/
classname.d.ts
9 lines
(8 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
classname
: { container:
string
; closeButton:
string
; placeholder:
string
; body:
string
; noBodyPadding:
string
;
get
(
className
:
string
,
isActive
:
boolean
):
string
; };