(depth: number)
| 565 | // --------------------------------------------------------------------------- |
| 566 | |
| 567 | const rowIndent = (depth: number) => 12 + depth * 16; |
| 568 | |
| 569 | const rowBaseClasses = |
| 570 | "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