MCPcopy
hub / github.com/vercel/hyper / UIFontSizeSetAction

Interface UIFontSizeSetAction

lib/constants/ui.ts:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24export const UI_COMMAND_EXEC = 'UI_COMMAND_EXEC';
25
26export interface UIFontSizeSetAction {
27 type: typeof UI_FONT_SIZE_SET;
28 value: number;
29}
30export interface UIFontSizeIncrAction {
31 type: typeof UI_FONT_SIZE_INCR;
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected