import * as React from 'react';
import Avatar from './Avatar';
import notes from './Avatar.stories.md';
export const regular = () => ;
export const small = () => ;
export const large = () => ;
export const withAvatarUrl = () => (
);
export const withUrlFallbackToInitials = () => ;
export const markedAsExternal = () => (
);
export const withMultipleAvatars = () => (
);
export const withoutNameOrInitials = () => ;
export default {
title: 'Components|Avatar',
component: Avatar,
parameters: {
notes,
},
};