RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/hooks/useEmbeddedLayout.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { useLayout } from '@rocket.chat/ui-contexts';

export const useEmbeddedLayout = (): boolean => useLayout().isEmbedded;