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