UNPKG
@aokiapp/rjsf-mantine-corporate
Version:
latest (0.6.0)
0.6.0
0.5.1
0.5.0
0.4.1
Corporational variant of theme, based on @aokiapp/rjsf-mantine-theme
AokiApp/rjsf-mantine-theme
@aokiapp/rjsf-mantine-corporate
/
lib
/
widgets
/
index.js
10 lines
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
FileWidget
from
'./FileWidget'
;
import
PillInputWidget
from
'./PillInputWidget'
;
export
function
generateWidgets
(
) {
return
{
FileWidget
,
PillInputWidget
, }; }
export
default
generateWidgets
();
//# sourceMappingURL=index.js.map