jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
20 lines (19 loc) • 456 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Display the user avatar component within the component library.
*/
/// <reference types="react" />
declare const _default: {
title: string;
};
export default _default;
export declare const UserAvatar: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ status, size, title, src, ...props }: import(".").AvatarProps) => JSX.Element;
};
};
};