Skip to content

Commit

Permalink
Fix line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Feb 25, 2019
1 parent 775f01c commit b506eab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/components/facet/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ declare module '@elastic/eui' {
quantity: number;
buttonRef: RefCallback<HTMLButtonElement>;
}
export const EuiFacetButton: FunctionComponent<
CommonProps & ButtonHTMLAttributes<HTMLButtonElement>> & EuiFacetButtonProps;
export const EuiFacetButton: FunctionComponent<CommonProps &
ButtonHTMLAttributes<HTMLButtonElement>> & EuiFacetButtonProps;

/**
* Facet group type defs
Expand All @@ -39,6 +39,6 @@ declare module '@elastic/eui' {
layout?: FacetGroupLayouts
}

export const EuiFacetGroup: FunctionComponent<
CommonProps & HTMLAttributes<HTMLDivElement>> & EuiFacetGroupProps;
export const EuiFacetGroup: FunctionComponent<CommonProps &
HTMLAttributes<HTMLDivElement>> & EuiFacetGroupProps;
}
3 changes: 1 addition & 2 deletions src/components/filter_group/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ declare module '@elastic/eui' {
}

export const EuiFilterSelectItem: Component<CommonProps &
ButtonHTMLAttributes<HTMLButtonElement> & EuiFilterSelectItemProps
>;
ButtonHTMLAttributes<HTMLButtonElement> & EuiFilterSelectItemProps>;
}

0 comments on commit b506eab

Please sign in to comment.