Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit f6e1678

Browse files
Merge pull request #6605 from chaficnajjar:patch-2
PiperOrigin-RevId: 349481923
2 parents 10a3a99 + f093e27 commit f6e1678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-linear-progress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The adapter for linear progress must provide the following functions, with corre
118118
| `setAttribute(attributeName: string, value: string) => void` | Sets the specified attribute on the root element. |
119119
| `setBufferBarStyle(styleProperty: string, value: string) => void` | Sets the inline style on the buffer bar. |
120120
| `setPrimaryBarStyle(styleProperty: string, value: string) => void` | Sets the inline style on the primary bar. |
121-
| `attachResizeObserver(callback: ResizeObserverCallback) => ResizeObserver|null` | Returns a `ResizeObserver` that has had `observe` called on the root with the given callback (for animation performance gains on modern browsers). `null` if `ResizeObserver` is not implemented or polyfilled. |
121+
| `attachResizeObserver(callback: ResizeObserverCallback) => ResizeObserver \| null` | Returns a `ResizeObserver` that has had `observe` called on the root with the given callback (for animation performance gains on modern browsers). `null` if `ResizeObserver` is not implemented or polyfilled. |
122122
| `setStyle(styleProperty: string, value: string) => void` | Sets the inline style on the root element. |
123123
| `getWidth() => number` | Returns the width of the root. |
124124

0 commit comments

Comments
 (0)