mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 06:27:14 +03:00
Fix parameters not optional
This commit is contained in:
@@ -10,8 +10,8 @@ export interface TooltipProps {
|
||||
timeout?: number;
|
||||
opacity?: number;
|
||||
displayTriangle?: boolean;
|
||||
showLogo: boolean;
|
||||
showGotIt: boolean;
|
||||
showLogo?: boolean;
|
||||
showGotIt?: boolean;
|
||||
}
|
||||
|
||||
export class Tooltip {
|
||||
|
||||
Reference in New Issue
Block a user