UNPKG
cz-git-gitmoji
Version:
latest (1.0.0)
1.0.0
A few configurations for using gitmojis in cz
cz-git-gitmoji
/
cz-git-prompts
/
module.d.ts
7 lines
(5 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
module
'virtual:gitmoji-json'
{
import
type
{
Gitmoji
}
from
'@/types'
const
gitmojiItems
:
Gitmoji
[]
export
default
gitmojiItems }