Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
16 lines
435 B
Plaintext
16 lines
435 B
Plaintext
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export const OrderableRowDragPreview = ({
|
|
children,
|
|
className,
|
|
rowId
|
|
}) => typeof rowId === 'undefined' ? null : /*#__PURE__*/_jsx("div", {
|
|
className: className,
|
|
children: /*#__PURE__*/_jsx("table", {
|
|
cellPadding: 0,
|
|
cellSpacing: 0,
|
|
children: /*#__PURE__*/_jsx("tbody", {
|
|
children: children
|
|
})
|
|
})
|
|
});
|
|
//# sourceMappingURL=OrderableRowDragPreview.js.map |