mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
fix(InfoPanelContainer): Use new attributed text prop
+ And update other related nodes.
This commit is contained in:
@@ -258,7 +258,7 @@ interface RawRun {
|
||||
startIndex: number;
|
||||
}
|
||||
|
||||
interface AttributedText {
|
||||
export interface AttributedText {
|
||||
content: string;
|
||||
styleRuns?: StyleRun[];
|
||||
commandRuns?: CommandRun[];
|
||||
|
||||
Reference in New Issue
Block a user