range components

This commit is contained in:
2026-06-07 15:42:53 +05:30
parent 76c6b246ce
commit cd7f26594b
5 changed files with 72 additions and 42 deletions

View File

@@ -52,6 +52,8 @@ export type FieldComponents = Partial<Record<FieldType, FieldComponent>> & {
relation?: FieldComponent;
image?: FieldComponent;
default?: FieldComponent;
dateRange?: FieldComponent;
numberRange?: FieldComponent;
FormField?: React.ComponentType<any>;
GenericForm?: React.ComponentType<any>;
};