Skip to content

Commit 368655e

Browse files
fix
1 parent f9dcc53 commit 368655e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stylesheet/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ export type Style = BaseStyle & MediaQueryStyle;
454454
interface RecursiveArray<T>
455455
extends Array<T | ReadonlyArray<T> | RecursiveArray<T>> { };
456456

457-
export type StyleProp<T> = RecursiveArray<T | undefined>;
457+
export type StyleProp<T> = T | RecursiveArray<T | undefined>;
458458

459459
export type StyleKey = keyof BaseStyle;
460460

0 commit comments

Comments
 (0)