From b126bbb671db611680bf131c993387f70ac69668 Mon Sep 17 00:00:00 2001 From: Artem Karlov Date: Sun, 15 Sep 2024 15:58:14 +0200 Subject: [PATCH] doc: Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ff29f8..8673201 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ Converts a single `CSSProperties` object to a CSS string. Automatically adds uni When set `important` argument to `true`, appends `!important` to each CSS property in the resulting string. Default is `false`. -#### `stringifyStyleMap(styles: Record, important?: boolean): string` +#### `stringifyStyleMap(styles: StyleMap, important?: boolean): string` -Converts a `Record` object to a CSS string, suitable for use in `