UNPKG
@nwebui/react-niagara-px
Version:
alpha (0.1.0-alpha.5)
latest (0.1.0-alpha.1)
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
React Niagara Px View
github.com/nwebui/react-niagara-px
nwebui/react-niagara-px
@nwebui/react-niagara-px
/
dist
/
index.d.ts
4 lines
(3 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
PxView
,
WidgetFactory
, customizedLabelFactory, }
from
"./PxView"
;
export
{
Widget
,
WidgetProps
}
from
"./widgets/Widget"
;
export
{
default
as
useWidgetChanged }
from
"./widgets/useWidgetChanged"
;