Skip to content

Commit

Permalink
remove line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vutran committed Dec 16, 2017
1 parent 80674f8 commit 3d3dcc3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions typings/index.d.ts
Expand Up @@ -9,13 +9,7 @@ declare namespace Omnibar {
type Extension<T> = FunctionalExtension<T>;

// Renderers
type ResultRenderer<T> = (
{
item,
}: {
item: T;
}
) => React.ReactNode;
type ResultRenderer<T> = ({ item }: { item: T }) => React.ReactNode;

interface Props<T> {
// results renderer function
Expand Down

0 comments on commit 3d3dcc3

Please sign in to comment.