Skip to content

Commit

Permalink
FIX: use Exact type
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokazutei committed Oct 19, 2020
1 parent 587dff0 commit a1357ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flow/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export type InsetDebugOptions = {|
color?: string,
|};

export type LayoutStyle = {
export type LayoutStyle = {|
// Border widths are omitted as well due to the fact that without border color, they are not useful as layouts and border colors are not layout props
alignContent?:
| "flex-start"
Expand Down Expand Up @@ -113,7 +113,7 @@ export type LayoutStyle = {
* @platform ios
*/
direction?: "inherit" | "ltr" | "rtl",
};
|};

export type All<T> = {|
all: T,
Expand Down

0 comments on commit a1357ac

Please sign in to comment.