Skip to content

Commit 295d069

Browse files
mirogajdosvonovak
authored andcommitted
declare item class (#54)
1 parent 6972bb7 commit 295d069

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,5 @@ export interface HeaderButtonsProps {
121121
declare class HeaderButtons extends Component<HeaderButtonsProps> {
122122
static Item: ComponentType<HeaderItemProps>;
123123
}
124+
125+
declare class Item extends Component<HeaderItemProps> {}

0 commit comments

Comments
 (0)