| 16 | } from '@hana/plugin-protocol'; |
| 17 | |
| 18 | export interface HanaPluginSize { |
| 19 | width?: number; |
| 20 | height?: number; |
| 21 | } |
| 22 | |
| 23 | export interface HanaPluginThemeSnapshot { |
| 24 | theme?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected