Skip to content

Commit 1af4094

Browse files
committed
added className type
1 parent 40852cb commit 1af4094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/link.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import * as React from 'react';
22

33
export interface Props {
44
to: any,
5+
className: any,
56
[propName: string]: any;
67
}
78
export interface State {

0 commit comments

Comments
 (0)