MCPcopy
hub / github.com/liliMozi/openhanako / HanaPluginSize

Interface HanaPluginSize

packages/plugin-sdk/src/index.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16} from '@hana/plugin-protocol';
17
18export interface HanaPluginSize {
19 width?: number;
20 height?: number;
21}
22
23export interface HanaPluginThemeSnapshot {
24 theme?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected