Skip to content

Commit f42e2c9

Browse files
38elementsmarvinhagemeister
authored andcommitted
Change activeClassName type definition (#360)
1 parent c72a0da commit f42e2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/match.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export class Match extends preact.Component<RoutableProps, {}> {
77
}
88

99
export interface LinkProps extends preact.JSX.HTMLAttributes {
10-
activeClassName: string;
10+
activeClassName?: string;
1111
children?: preact.ComponentChildren;
1212
}
1313

0 commit comments

Comments
 (0)