Skip to content

Commit

Permalink
Refactor #1498
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 12, 2020
1 parent 4848517 commit b395408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/menubar/Menubar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ interface MenubarProps {
model?: MenuItem[];
style?: object;
className?: string;
start?: ((props: object) => any | any);
end?: ((props: object) => any | any)
}

export class Menubar extends React.Component<MenubarProps,any> {}

0 comments on commit b395408

Please sign in to comment.