chore: add item value and cut line 1 (#167)

This commit is contained in:
Aslam
2024-09-19 21:12:19 +07:00
committed by GitHub
parent c003711905
commit 0df105f186
3 changed files with 7 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ import { HTMLLikeElement } from "@/lib/utils"
export type CommandAction = string | (() => void)
export interface CommandItemType {
id?: string
icon?: keyof typeof icons
value: string
label: HTMLLikeElement | string