jitsi-meet/react/features/base/ui/components/updateTheme.native.ts
theluyuan 38ba663466
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
init
2025-09-02 14:49:16 +08:00

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;
}