You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: packages/mdc-linear-progress/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ The adapter for linear progress must provide the following functions, with corre
118
118
|`setAttribute(attributeName: string, value: string) => void`| Sets the specified attribute on the root element. |
119
119
|`setBufferBarStyle(styleProperty: string, value: string) => void`| Sets the inline style on the buffer bar. |
120
120
|`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. |
122
122
|`setStyle(styleProperty: string, value: string) => void`| Sets the inline style on the root element. |
123
123
|`getWidth() => number`| Returns the width of the root. |
0 commit comments