From 7c5e16b96c7ed1a7686e69064f50655a5046fcfa Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sun, 10 Mar 2019 11:49:52 -0400 Subject: [PATCH] undo auto-format for index.d.ts --- index.d.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.d.ts b/index.d.ts index d4ab88a50..7abb242a7 100644 --- a/index.d.ts +++ b/index.d.ts @@ -150,11 +150,11 @@ export interface BoxProps { readonly flexDirection?: "row" | "row-reverse" | "column" | "column-reverse"; readonly alignItems?: "flex-start" | "center" | "flex-end"; readonly justifyContent?: - | "flex-start" - | "center" - | "flex-end" - | "space-between" - | "space-around"; + | "flex-start" + | "center" + | "flex-end" + | "space-between" + | "space-around"; } /** @@ -179,7 +179,7 @@ export const Text: React.FC; * * __Note__: `` accepts only an array of children and each of them must have a unique key. */ -export const Static: React.FC<{ children: React.ReactNodeArray }>; +export const Static: React.FC<{children: React.ReactNodeArray}>; /** * `` is a React context, which exposes a method to manually exit the app (unmount).