We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40852cb commit 1af4094Copy full SHA for 1af4094
src/link.tsx
@@ -2,6 +2,7 @@ import * as React from 'react';
2
3
export interface Props {
4
to: any,
5
+ className: any,
6
[propName: string]: any;
7
}
8
export interface State {
0 commit comments