components_templates_Profile
perfect-graph / Modules / components/templates/Profile
Module: components/templates/Profile#
Table of contents#
Type aliases#
Variables#
Type aliases#
ProfileProps#
Ƭ ProfileProps: Object
Type declaration#
| Name | Type |
|---|---|
image | string |
link? | string |
name | string |
story | string |
onClick? | () => void |
Defined in#
components/templates/Profile.tsx:7
ProfileType#
Ƭ ProfileType: React.FC<ProfileProps>
Defined in#
components/templates/Profile.tsx:16
Variables#
ProfileTemplate#
• ProfileTemplate: FC<ProfileProps>
The simple profile component.