| 27 | export type GridLocation = Path | NodeEntry<Grid> |
| 28 | |
| 29 | export interface CreateGridOptions { |
| 30 | rows?: number |
| 31 | cols?: number |
| 32 | rowHeight?: number |
| 33 | colWidth?: number |
| 34 | } |
| 35 | |
| 36 | export interface GridGeneratorCellsOptions { |
| 37 | startRow?: number |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…