Mercurial > hg > ugly-duckling
comparison src/app/waveform/waves-ui.d.ts @ 128:576e7e0246cb
Placeholder for shapes "namespace"
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 16 Mar 2017 10:34:38 +0000 |
parents | 2b88e4d78ec6 |
children | 4eb3cc32f6c0 |
comparison
equal
deleted
inserted
replaced
127:2b88e4d78ec6 | 128:576e7e0246cb |
---|---|
11 interface WavesUserInterface { | 11 interface WavesUserInterface { |
12 core: Core; | 12 core: Core; |
13 helpers: any; | 13 helpers: any; |
14 states: any; | 14 states: any; |
15 utils: Utilities; | 15 utils: Utilities; |
16 shapes: any; | |
16 } | 17 } |
17 | 18 |
18 interface MatrixEntity { | 19 interface MatrixEntity { |
19 getColumnCount(): number; | 20 getColumnCount(): number; |
20 getColumnHeight(): number; | 21 getColumnHeight(): number; |