| 142 | } |
| 143 | |
| 144 | export interface JustGagePointerOptions { |
| 145 | /** Top length */ |
| 146 | toplength?: number | null; |
| 147 | /** Bottom length */ |
| 148 | bottomlength?: number | null; |
| 149 | /** Bottom width */ |
| 150 | bottomwidth?: number | null; |
| 151 | /** Stroke style */ |
| 152 | stroke?: string; |
| 153 | /** Stroke width */ |
| 154 | stroke_width?: number; |
| 155 | /** Stroke line cap */ |
| 156 | stroke_linecap?: string; |
| 157 | /** Pointer color */ |
| 158 | color?: string; |
| 159 | } |
| 160 | |
| 161 | export declare class JustGage { |
| 162 | /** Current configuration */ |
nothing calls this directly
no outgoing calls
no test coverage detected