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 c72a0da commit f42e2c9Copy full SHA for f42e2c9
src/match.d.ts
@@ -7,7 +7,7 @@ export class Match extends preact.Component<RoutableProps, {}> {
7
}
8
9
export interface LinkProps extends preact.JSX.HTMLAttributes {
10
- activeClassName: string;
+ activeClassName?: string;
11
children?: preact.ComponentChildren;
12
13
0 commit comments