export const playerCssClassname = (override?: string): string => {
	return override ?? '__remotion-player';
};
