UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

7 lines (6 loc) 212 B
/// <reference types="react" /> interface CellGroupContextValue { clickable?: boolean; } declare const CellGroupContext: import("react").Context<CellGroupContextValue>; export default CellGroupContext;