@scmlatam/web-ui 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/web-ui.d.ts +3 -0
- package/package.json +1 -1
package/dist/web-ui.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ import { TableProviderProps } from './table/types/types';
|
|
|
28
28
|
import { TextFieldForm } from './form/types/types';
|
|
29
29
|
import { Theme } from '@mui/material';
|
|
30
30
|
import { ToolbarProps } from './table/types/types';
|
|
31
|
+
import { TreeviewFieldForm } from './form/types/types';
|
|
31
32
|
import { ValueItem } from './form/select/types/types';
|
|
32
33
|
import { ValueItem as ValueItem_2 } from '../components/form/select/types/types';
|
|
33
34
|
|
|
@@ -98,6 +99,8 @@ export { TextFieldForm }
|
|
|
98
99
|
|
|
99
100
|
export { ToolbarProps }
|
|
100
101
|
|
|
102
|
+
export { TreeviewFieldForm }
|
|
103
|
+
|
|
101
104
|
export declare const useTable: () => {
|
|
102
105
|
rows: any[];
|
|
103
106
|
setRows: Dispatch<SetStateAction<any[]>>;
|