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

11 lines
318 B
TypeScript
Raw Normal View History

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