fix(InfoPanelContainer): Use new attributed text prop

+ And update other related nodes.
This commit is contained in:
Luan
2024-06-07 14:15:44 -03:00
parent 15f3b5fdba
commit 5cdb9e1e2f
3 changed files with 12 additions and 3 deletions

View File

@@ -258,7 +258,7 @@ interface RawRun {
startIndex: number;
}
interface AttributedText {
export interface AttributedText {
content: string;
styleRuns?: StyleRun[];
commandRuns?: CommandRun[];