Skip to content

Commit

Permalink
dropdown children property should be required
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmateusiak committed May 21, 2019
1 parent 58ce549 commit 9c4fb47
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/interfaces/dropdowns.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ export interface IGetItemBodyPayload extends IDropdownItemBase {
onMouseOverItem?: (itemId: ItemId) => void;
}

export interface IContentRendererPayload {
forceUpdate: () => void;
}

export interface IDropdownProps {
children?: React.ReactNode;
children: React.ReactNode;
className?: string;
closeOnEscPress?: boolean;
closeOnEnterPress?: boolean;
Expand Down

0 comments on commit 9c4fb47

Please sign in to comment.