mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-22 10:26:33 +02:00
chore: upgrade dependencies (#1906)
* upgrade dependencies * downgrade fast-average-color
This commit is contained in:
@@ -62,8 +62,7 @@ const PillGroup = ({ children, classNames, gap = 'sm', ...props }: PillGroupProp
|
||||
Pill.Group = PillGroup;
|
||||
|
||||
interface PillLinkProps
|
||||
extends Omit<React.ComponentPropsWithoutRef<typeof Link>, keyof PillProps>,
|
||||
PillProps {}
|
||||
extends Omit<React.ComponentPropsWithoutRef<typeof Link>, keyof PillProps>, PillProps {}
|
||||
|
||||
export const PillLink = forwardRef<HTMLDivElement, PillLinkProps>(({ children, ...props }, ref) => {
|
||||
const { classNames, radius = 'md', size = 'md', ...rest } = props;
|
||||
|
||||
Reference in New Issue
Block a user