Merge pull request #27811 from overleaf/dp-file-view-typescript

Convert file-view components and test files to typescript

GitOrigin-RevId: 277aa8fd4f3d06a322dc9d0b372eebefb26fd285
This commit is contained in:
David
2025-08-14 08:05:43 +00:00
committed by Copybot
parent ba1245682f
commit 9e6db89311
13 changed files with 99 additions and 151 deletions
@@ -20,7 +20,7 @@ type UnfilledIconProps = BaseIconProps & {
unfilled: true
}
type IconProps = FilledIconProps | UnfilledIconProps
export type IconProps = FilledIconProps | UnfilledIconProps
function MaterialIcon({
type,