chore: Added types for avatar component
This commit is contained in:
3
src/components/Avatar/types.ts
Normal file
3
src/components/Avatar/types.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export type AvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl'
|
||||
export type AvatarStatus = 'away' | 'busy' | 'offline' | 'online'
|
||||
export type AvatarStatusPosition = 'bottom-left' | 'bottom-right' | 'bottom-center' | 'top-left' | 'top-center' | 'top-right' | 'center-left' | 'center' | 'center-right'
|
||||
Reference in New Issue
Block a user