Files
jitsi-meet/react/features/custom-panel/components/web/CustomPanel.tsx

11 lines
301 B
TypeScript
Raw Normal View History

/**
* Custom panel placeholder component.
* This file is overridden by jitsi-meet-branding at build time
* to provide the actual panel implementation with iframe content.
*
* @returns {null} This placeholder renders nothing.
*/
const CustomPanel = (): null => null;
export default CustomPanel;