UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

7 lines (6 loc) 261 B
import { jsx as _jsx } from "react/jsx-runtime"; import { forwardRef } from "react"; import { Panel } from "../listbox/panel.js"; export const SortRows = forwardRef(function SortRows(props, forwarded) { return _jsx(Panel, { ...props, ref: forwarded }); });