ExtensionHeader
Components
ExtensionHeader()
ExtensionHeader(
props
,context
?):ReactNode
Component used in the extension info page
Parameters
Parameter | Type |
---|---|
props | ExtensionHeaderProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/ExtensionHeader/index.tsx:24
Props
ExtensionHeaderProps
ExtensionHeaderProps:
object
Type declaration
Member | Type |
---|---|
appName | string |
appType | string |
description | string |
nsfw | boolean |
packageName | string |
pageTitle | string |
Source
libs/design-system-components/src/components/ExtensionHeader/index.tsx:6