(
componentPath: DashLayoutPath,
state: any
)
| 56 | } |
| 57 | |
| 58 | export function getComponentLayout( |
| 59 | componentPath: DashLayoutPath, |
| 60 | state: any |
| 61 | ): DashComponent { |
| 62 | return path(componentPath, state.layout) as DashComponent; |
| 63 | } |
| 64 | |
| 65 | export function checkRenderTypeProp(componentDefinition: any) { |
| 66 | return ( |
no outgoing calls
no test coverage detected
searching dependent graphs…