mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-03-05 10:17:31 +08:00
4 lines
53 B
TypeScript
4 lines
53 B
TypeScript
export function useScale(): number {
|
|
return 1.0;
|
|
}
|