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