| 6 | import { GridStackElement, GridStackNode, numberOrString, GridStackPosition, GridStackWidget } from './types'; |
| 7 | |
| 8 | export interface HeightData { |
| 9 | h: number; |
| 10 | unit: string; |
| 11 | } |
| 12 | |
| 13 | export interface DragTransform { |
| 14 | xScale: number; |
nothing calls this directly
no outgoing calls
no test coverage detected