AppInfo.header
Components
AppInfoHeader()
AppInfoHeader(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | AppInfoHeaderProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/AppInfo/header.tsx:27
Props
AppInfoHeaderProps
AppInfoHeaderProps:
object
Type declaration
Member | Type |
---|---|
integrationName | string |
integrationType | string |
nsfw | boolean |
nsfwLabel | string |
onInstall | () => void |
onUninstall | () => void |
pluginLabel | string |
report | ListItem |
share | ListItem |
status | "installed" | "not-installed" | "loading" |
Source
libs/design-system-components/src/components/AppInfo/header.tsx:14