Type Alias UseAppHook

UseAppHook: (appIdOrProps: string | OpenAppSessionProps) => Doc | undefined

React hook that returns the Doc of an app based on the supplied app id

Type Declaration