cz-git-gitmoji-prompts
Version:
a gitmojis adapter for cz-git prompts
38 lines (35 loc) • 969 B
text/typescript
import * as cz_git from 'cz-git';
declare const _default: {
prompt: {
alias: {
fd: string;
uv: string;
};
messages: {
type: string;
scope: string;
subject: string;
body: string;
breaking: string;
footerPrefixesSelect: string;
customFooterPrefix: string;
footer: string;
generatingByAI: string;
generatedSelectByAI: string;
confirmCommit: string;
};
typesSearchValue: false;
types: cz_git.TypesOption[];
useEmoji: true;
emojiAlign: "left";
themeColorCode: string;
scopes: never[];
allowBreakingChanges: string[];
issuePrefixes: {
value: string;
name: string;
}[];
formatMessageCB(messageMod: cz_git.CommitMessageOptions): string;
};
};
export { _default as default };