Skip to content

Commit

Permalink
Merge pull request #369 from kiwicom/fix/heading-flow
Browse files Browse the repository at this point in the history
FIX: Heading flow
  • Loading branch information
tomashapl authored Sep 19, 2018
2 parents df768b7 + d76e70b commit f393ff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiwicom/orbit-components",
"version": "0.11.2",
"version": "0.11.3",
"scripts": {
"storybook": "start-storybook -p 6007 -c .storybook",
"build": "yarn clean && yarn build:icons && yarn build:lib && yarn build:module",
Expand Down
4 changes: 2 additions & 2 deletions src/Heading/index.js.flow
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @flow
import { StyledComponentClass } from "styled-components";
import type { ReactComponentStyled } from "styled-components";

import defaultTokens from "../defaultTokens";

Expand All @@ -16,4 +16,4 @@ export type Props = {|

declare export default React$ComponentType<Props>;

declare export var StyledHeading: StyledComponentClass<>;
declare export var StyledHeading: ReactComponentStyled<>;

0 comments on commit f393ff1

Please sign in to comment.