main
Last change
on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago |
add customer
|
-
Property mode
set to
100644
|
File size:
479 bytes
|
Line | |
---|
1 | export * from './rhf-upload';
|
---|
2 | export * from './rhf-select';
|
---|
3 | export * from './rhf-checkbox';
|
---|
4 |
|
---|
5 | export { default as RHFCode } from './rhf-code';
|
---|
6 | export { default as RHFSwitch } from './rhf-switch';
|
---|
7 | export { default as RHFSlider } from './rhf-slider';
|
---|
8 | export { default as RHFTextField } from './rhf-text-field';
|
---|
9 | export { default as RHFRadioGroup } from './rhf-radio-group';
|
---|
10 | export { default as RHFAutocomplete } from './rhf-autocomplete';
|
---|
11 |
|
---|
12 | export { default } from './form-provider';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.