mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
10 lines
205 B
TypeScript
10 lines
205 B
TypeScript
/**
|
|
* Custom theme for setting client branding.
|
|
*
|
|
* @param {Object} theme - The ui tokens theme object.
|
|
* @returns {Object}
|
|
*/
|
|
export default function updateTheme(theme: Object) {
|
|
return theme;
|
|
}
|