diff --git a/src/index.d.ts b/src/index.d.ts index 678fd46..8c12db3 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -15,7 +15,7 @@ type StylesGenerator
= (props: P) => CSSAttribute | string; type TagStyleGenerator
= (props: P) => number | string | undefined; -type TagArgs
= Array = Array =
| string
| CSSAttribute