UNPKG

@visualjs/grid

Version:
13 lines (12 loc) 411 B
import Grid from "../../grid"; import { ColumnOptions, GroupData } from "../../types"; import { JSXInternal } from "preact/src/jsx"; export interface Props { grid: Grid; value: string; data: GroupData; columns: string[]; options: Record<string, ColumnOptions>; } declare const _default: (props: Omit<Omit<Props, "grid">, "data" | "options">) => JSXInternal.Element; export default _default;