UNPKG
@waweb/microbase.context.app
Version:
latest (0.0.1)
0.0.1
watheialabs.com/microbase
@waweb/microbase.context.app
/
index.ts
5 lines
(4 loc)
•
215 B
text/typescript
View Raw
1
2
3
4
5
export
{
AppContext
}
from
'./app-context'
;
export
type
{
AppContextType
}
from
'./app-context'
;
export
{
AppProvider
}
from
'./app-context-provider'
;
export
type
{
AppProviderProps
}
from
'./app-context-provider'
;