(layoutPath: DashLayoutPath)
| 52 | } |
| 53 | |
| 54 | export function stringifyPath(layoutPath: DashLayoutPath) { |
| 55 | return join(',', layoutPath); |
| 56 | } |
| 57 | |
| 58 | export function getComponentLayout( |
| 59 | componentPath: DashLayoutPath, |
no outgoing calls
no test coverage detected
searching dependent graphs…