chore(web): remove unused props (#17141)

This commit is contained in:
Ben McCann
2025-03-27 15:12:14 -07:00
committed by GitHub
parent 84c35e35d6
commit 411772123f
11 changed files with 4 additions and 21 deletions

View File

@@ -14,7 +14,6 @@
timelineBottomOffset?: number;
height?: number;
assetStore: AssetStore;
invisible?: boolean;
scrubOverallPercent?: number;
scrubBucketPercent?: number;
scrubBucket?: { bucketDate: string | undefined };

View File

@@ -13,7 +13,6 @@
flippedLogo?: boolean;
isSelected?: boolean;
preloadData?: boolean;
moreInformation?: Snippet;
dropDownContent?: Snippet;
dropdownOpen?: boolean;
}