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
/
components
/
Show
/
types.d.ts
5 lines
(4 loc)
•
78 B
TypeScript
View Raw
1
2
3
4
5
interface
IShowProps
{ [
"if"
]:
boolean
; }
export
type
{
IShowProps
};