mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Fix lint error
This commit is contained in:
2
types/react-sortable-hoc/index.d.ts
vendored
2
types/react-sortable-hoc/index.d.ts
vendored
@@ -22,7 +22,7 @@ export type SortEventWithTag = SortEvent & {
|
||||
target: {
|
||||
tagName: string
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export type SortStartHandler = (sort: SortStart, event: SortEvent) => void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user