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 +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +25 -0
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +25 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
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'
|
|
5392
|
+
'data-row-key'?: string;
|
|
5393
5393
|
showDraggableIcon?: boolean;
|
|
5394
5394
|
}
|
|
5395
5395
|
export const OrSortableRow: React.FC<RowProps>;
|