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:
@@ -20,7 +20,7 @@ type UnfilledIconProps = BaseIconProps & {
|
||||
unfilled: true
|
||||
}
|
||||
|
||||
type IconProps = FilledIconProps | UnfilledIconProps
|
||||
export type IconProps = FilledIconProps | UnfilledIconProps
|
||||
|
||||
function MaterialIcon({
|
||||
type,
|
||||
|
||||
Reference in New Issue
Block a user