UNPKG

@1771technologies/lytenyte-pro

Version:

9 lines (8 loc) 368 B
import { CellSelectionRectPro } from '@1771technologies/grid-types/pro'; export declare function CellStyleRow({ rect, isRowPinnedTop, isDeselect, isRowPinnedBottom, isPivot, }: { rect: CellSelectionRectPro; isRowPinnedTop?: boolean; isDeselect?: boolean; isRowPinnedBottom?: boolean; isPivot?: boolean; }): import("react/jsx-runtime").JSX.Element;