fix: correct Shortcuts
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import { ReactNode } from "react"
|
||||
|
||||
export type ShortcutsProps = {
|
||||
shortcuts: { url: string; title: string }[]
|
||||
shortcuts: {
|
||||
url: string
|
||||
title: string
|
||||
openInNewTab?: boolean
|
||||
text?: string
|
||||
}[]
|
||||
title: string | ReactNode
|
||||
subtitle?: string
|
||||
openInNewTab?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user