mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
add some changes that are rendering properly
This commit is contained in:
@@ -4,7 +4,8 @@ export interface NoticeTextSelectionProps {
|
||||
icon?: string,
|
||||
text: string,
|
||||
idSuffix: string,
|
||||
onClick?: (event: React.MouseEvent) => unknown
|
||||
onClick?: (event: React.MouseEvent) => unknown,
|
||||
children?: React.ReactNode
|
||||
}
|
||||
|
||||
export interface NoticeTextSelectionState {
|
||||
|
||||
Reference in New Issue
Block a user