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
/
Form.mjs
11 lines
(8 loc)
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ withTheme }
from
'@rjsf/core'
;
import
{ generateTheme }
from
'./theme.mjs'
;
function
generateForm
(
) {
return
withTheme
(
generateTheme
()); }
var
Form
=
generateForm
();
export
{
Form
as
default
, generateForm };
//# sourceMappingURL=Form.mjs.map