UNPKG
@reactivers/show
Version:
latest (1.0.1)
1.0.1
1.0.0
Simple show component
github.com/reactivers/show
reactivers/show
@reactivers/show
/
dist
/
types
/
index.d.ts
4 lines
(3 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
import
"./styles/index.css"
;
export
{
default
as
Show
}
from
"./components/Show/index"
;
export
{
IShowProps
}
from
"./components/Show/types"
;