Skip to content

Commit f2af6b5

Browse files
committed
type: fix any type
1 parent d48c0e5 commit f2af6b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/react-color-avatar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CSSProperties, useEffect, useState } from 'react';
1+
import { CSSProperties, RefObject, useEffect, useState } from 'react';
22
import { Background } from '@/components/widgets';
33
import { WidgetType, WrapperShape } from '@/enums';
44
import { AvatarOption } from '@/types';

0 commit comments

Comments
 (0)