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 declarationName | Type |
---|---|
image | string |
link? | string |
name | string |
story | string |
onClick? | () => void |
#
Defined incomponents/templates/Profile.tsx:7
#
ProfileTypeƬ ProfileType: React.FC
<ProfileProps
>
#
Defined incomponents/templates/Profile.tsx:16
#
Variables#
ProfileTemplate• ProfileTemplate: FC
<ProfileProps
>
The simple profile component.