extension-develop
Version:
The develop step of Extension.js
17 lines (16 loc) • 560 B
TypeScript
import { type Manifest } from '../../../../webpack-types';
export declare function commands(manifest: Manifest): {
commands: {
[name: string]: {
suggested_key?: {
default?: string | undefined;
windows?: string | undefined;
mac?: string | undefined;
chromeos?: string | undefined;
linux?: string | undefined;
} | undefined;
description?: string | undefined;
global?: boolean | undefined;
};
};
} | undefined;