Skip to content

Commit

Permalink
undo auto-format for index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Mar 10, 2019
1 parent 1597b15 commit 7c5e16b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

/**
Expand All @@ -179,7 +179,7 @@ export const Text: React.FC<TextProps>;
*
* __Note__: `<Static>` 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}>;

/**
* `<AppContext>` is a React context, which exposes a method to manually exit the app (unmount).
Expand Down

0 comments on commit 7c5e16b

Please sign in to comment.