mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
chore: add item value and cut line 1 (#167)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user