mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
chore: upgrade dependencies (#1906)
* upgrade dependencies * downgrade fast-average-color
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { Command } from 'cmdk';
|
||||
import { ComponentPropsWithoutRef, ReactNode, useEffect, useRef, useState } from 'react';
|
||||
|
||||
interface CommandItemSelectableProps
|
||||
extends Omit<ComponentPropsWithoutRef<typeof Command.Item>, 'children'> {
|
||||
interface CommandItemSelectableProps extends Omit<
|
||||
ComponentPropsWithoutRef<typeof Command.Item>,
|
||||
'children'
|
||||
> {
|
||||
children: (args: { isHighlighted: boolean }) => ReactNode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user