diff --git a/examples/jsm/libs/stats.module.d.ts b/examples/jsm/libs/stats.module.d.ts index efcb048ad6d5d704965af7db73c0135042769373..f5f485a02ec28fd0e5db2c97ded539e410b4617b 100644 --- a/examples/jsm/libs/stats.module.d.ts +++ b/examples/jsm/libs/stats.module.d.ts @@ -18,7 +18,7 @@ declare namespace Stats { update( value: number, maxValue: number ): void; } - function Panel(): Panel; + function Panel(name?: string, fg?: string, bg?: string): Panel; } export default Stats;