Skip to content

Commit cb62cc0

Browse files
authored
Merge pull request #90 from tsurutan/master
Add className to Popup props in typescript
2 parents 76a013a + 5749997 commit cb62cc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ declare module 'reactjs-popup' {
3131
contentStyle?: object;
3232
overlayStyle?: object;
3333
arrowStyle?: object;
34+
className?: string;
3435
keepTooltipInside?: boolean | string;
3536
}
3637

0 commit comments

Comments
 (0)