enwawa-ui 4.1.42 → 4.1.43

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/lib/index.d.ts CHANGED
@@ -5389,7 +5389,7 @@ export interface OrSortableContextWrapperProps<RecordType = AnyObject> {
5389
5389
  }
5390
5390
  export const OrSortableContextWrapper: React.FC<OrSortableContextWrapperProps>;
5391
5391
  interface RowProps extends React.HTMLAttributes<HTMLTableRowElement> {
5392
- 'data-row-key': string;
5392
+ 'data-row-key'?: string;
5393
5393
  showDraggableIcon?: boolean;
5394
5394
  }
5395
5395
  export const OrSortableRow: React.FC<RowProps>;