Skip to main content

InstallApp

Components

InstallApp()

InstallApp(props, context?): ReactNode

Parameters

ParameterType
propsInstallAppProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/InstallApp/index.tsx:32

Props

InstallAppProps

InstallAppProps: object

Type declaration

MemberType
actionobject
action.labelstring
action.onClick() => void
appNamestring
progressInfostring
status"in-progress" | "error" | "complete"
titlestring

Source

libs/design-system-components/src/components/InstallApp/index.tsx:13