@scmlatam/web-ui 0.1.72 → 0.1.73
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
|
@@ -35,6 +35,7 @@ import { RouteItem } from './core/types/types';
|
|
|
35
35
|
import { Row } from './table/types/types';
|
|
36
36
|
import { SelectFieldForm } from './form/types/types';
|
|
37
37
|
import { SetStateAction } from 'react';
|
|
38
|
+
import { SheetFieldForm } from './form/types/types';
|
|
38
39
|
import { SnackbarKey } from 'notistack';
|
|
39
40
|
import { TableProps } from './table/types/types';
|
|
40
41
|
import { TableProps as TableProps_2 } from './types/types';
|
|
@@ -131,6 +132,8 @@ export { Row }
|
|
|
131
132
|
|
|
132
133
|
export { SelectFieldForm }
|
|
133
134
|
|
|
135
|
+
export { SheetFieldForm }
|
|
136
|
+
|
|
134
137
|
export declare const Table: (props: TableProps_2) => JSX.Element;
|
|
135
138
|
|
|
136
139
|
export { TableProps }
|