mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 06:27:14 +03:00
7 lines
239 B
TypeScript
7 lines
239 B
TypeScript
import { GenericTooltip, TooltipProps } from "../../maze-utils/src/components/Tooltip";
|
|
|
|
export class Tooltip extends GenericTooltip {
|
|
constructor(props: TooltipProps) {
|
|
super(props, "icons/IconSponsorBlocker256px.png")
|
|
}
|
|
} |