UNPKG
react-fit
Version:
latest (3.0.0)
next (1.0.0-alpha.3)
3.0.0
2.0.1
2.0.0
1.7.1
1.7.0
1.6.0
1.5.1
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha
Fit a popover element on the screen.
wojtekmaj/react-fit
react-fit
/
src
/
index.ts
8 lines
(4 loc)
•
109 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
Fit
from
'./Fit.js'
;
export
type
{
FitProps
}
from
'./Fit.js'
;
export
{
Fit
};
export
default
Fit
;