(config: GoldenLayoutConfig)
| 1209 | * This direction is safe since we're going from typed to untyped. |
| 1210 | */ |
| 1211 | export function toGoldenLayoutConfig(config: GoldenLayoutConfig): GoldenLayout.Config { |
| 1212 | return config as GoldenLayout.Config; |
| 1213 | } |
| 1214 | |
| 1215 | /** |
| 1216 | * Typed wrapper for createDragSource that returns the drag event emitter directly. |
no outgoing calls
no test coverage detected