Skip to content

Commit

Permalink
style(Breadcrumb): fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Jan 23, 2017
1 parent 4356755 commit c7ede38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/Breadcrumb/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ interface BreadcrumbSectionProps {
* @param {SyntheticEvent} event - React's original SyntheticEvent.
* @param {object} data - All props.
*/
onClick?: (event: React.MouseEvent<HTMLInputElement>, data: BreadcrumbSectionProps) => void;
onClick?: (event: React.MouseEvent<HTMLDivElement>, data: BreadcrumbSectionProps) => void;
}

export const BreadcrumbSection: React.ComponentClass<BreadcrumbSectionProps>;

0 comments on commit c7ede38

Please sign in to comment.