Sha256: 45a85514690a19477671b6c95b484ebcfd90519b7ad8367318d647e58ceec71c
Contents?: true
Size: 190 Bytes
Versions: 58
Compression:
Stored size: 190 Bytes
Contents
import { ExpandedState } from "@tanstack/react-table" export type ExpandedStateObject = Extract< ExpandedState, Record<string, boolean> > export type DataType = { [key: string]: any }
Version data entries
58 entries across 58 versions & 1 rubygems