@ahmadmubarak98/namozaj 1.6.0 → 1.6.1
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/main.d.ts +1 -0
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -244,6 +244,7 @@ export declare type GridColumnConfig = {
|
|
|
244
244
|
export declare type GridSize = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
245
245
|
|
|
246
246
|
export declare type GroupFieldConfig = BaseFieldConfig & {
|
|
247
|
+
name?: string;
|
|
247
248
|
type: "group";
|
|
248
249
|
meta: {
|
|
249
250
|
label: string;
|