Skip to main content

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#

NameType
imagestring
link?string
namestring
storystring
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.

Defined in#

components/templates/Profile.tsx:81