(depth: number)
| 561 | // --------------------------------------------------------------------------- |
| 562 | |
| 563 | const rowIndent = (depth: number) => 12 + depth * 16; |
| 564 | |
| 565 | const rowBaseClasses = |
| 566 | "relative flex h-auto w-full items-center justify-start gap-2 rounded-none py-2 text-xs font-normal transition-[background-color] duration-150"; |
no outgoing calls
no test coverage detected