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.mjs
14 lines
(11 loc)
•
293 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
FileWidget
from
'./FileWidget.mjs'
;
import
PillInputWidget
from
'./PillInputWidget.mjs'
;
function
generateWidgets
(
) {
return
{
FileWidget
,
PillInputWidget
}; }
var
index =
generateWidgets
();
export
{ index
as
default
, generateWidgets };
//# sourceMappingURL=index.mjs.map