mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-04 02:49:57 +08:00
feat: bump more deps (#14079)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { useTheme } from 'next-themes';
|
||||
import { forwardRef, type HTMLAttributes } from 'react';
|
||||
|
||||
export interface ThemedImgProps
|
||||
extends Omit<HTMLAttributes<HTMLImageElement>, 'src'> {
|
||||
export interface ThemedImgProps extends Omit<
|
||||
HTMLAttributes<HTMLImageElement>,
|
||||
'src'
|
||||
> {
|
||||
lightSrc: string;
|
||||
darkSrc?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user