UNPKG
react-virtual-tryon
Version:
latest (1.0.34)
1.0.34
1.0.33
1.0.32
## **Introduction**
react-virtual-tryon
/
dist
/
types
/
index.d.ts
4 lines
(3 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
import
"./index.css"
;
export
{
default
as
TryOnButton
}
from
"./components/tryon-button"
;
export
{
default
as
TryOnProvider
, useTryOn }
from
"./components/tryon-provider"
;