@@ -3,8 +3,8 @@ import { hydrating } from '../hydration.js';
33
44/**
55 * @param {Element & ElementCSSInlineStyle } dom
6- * @param {Record<string,any> } prev
7- * @param {Record<string,any> } next
6+ * @param {Record<string, any> } prev
7+ * @param {Record<string, any> } next
88 * @param {string } [priority]
99 */
1010function update_styles ( dom , prev = { } , next , priority ) {
@@ -23,9 +23,9 @@ function update_styles(dom, prev = {}, next, priority) {
2323
2424/**
2525 * @param {Element & ElementCSSInlineStyle } dom
26- * @param {string| null } value
27- * @param {Record<string,any>| [Record<string,any>,Record<string,any>] } [prev_styles]
28- * @param {Record<string,any>| [Record<string,any>,Record<string,any>] } [next_styles]
26+ * @param {string | null } value
27+ * @param {Record<string, any> | [Record<string, any>, Record<string, any>] } [prev_styles]
28+ * @param {Record<string, any> | [Record<string, any>, Record<string, any>] } [next_styles]
2929 */
3030export function set_style ( dom , value , prev_styles , next_styles ) {
3131 // @ts -expect-error
0 commit comments