@apexcura/ui-components 0.0.16-Beta77 → 0.0.16-Beta78

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.
@@ -128,7 +128,7 @@ export type ElementType = {
128
128
  is_detail?: boolean;
129
129
  checkedChildren?: string;
130
130
  unCheckedChildren?: string;
131
- dateTime?: string;
131
+ dateTime?: boolean;
132
132
  minRows?: number;
133
133
  maxRows?: number;
134
134
  mode?: 'multiple' | 'tags' | undefined;