diff --git a/modules/react/avatar/lib/Avatar.tsx b/modules/react/avatar/lib/Avatar.tsx index 4ddd43c165..02866635a1 100644 --- a/modules/react/avatar/lib/Avatar.tsx +++ b/modules/react/avatar/lib/Avatar.tsx @@ -1,4 +1,5 @@ import React, {useState} from 'react'; +import {Property} from 'csstype'; import {styled, focusRing, hideMouseFocus} from '@workday/canvas-kit-react/common'; import isPropValid from '@emotion/is-prop-valid'; import {borderRadius, colors} from '@workday/canvas-kit-react/tokens'; @@ -35,6 +36,13 @@ export interface AvatarProps extends React.ButtonHTMLAttributes or