Fix lint error

This commit is contained in:
Phil Nova
2018-02-28 16:38:47 -08:00
committed by GitHub
parent 1e21e896dd
commit 3d4d801f3a

View File

@@ -22,7 +22,7 @@ export type SortEventWithTag = SortEvent & {
target: {
tagName: string
}
}
};
export type SortStartHandler = (sort: SortStart, event: SortEvent) => void;