Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jun 6, 2018
2 parents 455cd9e + 21a6f76 commit 96a09b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/dropdown/Dropdown.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ interface DropdownProps {
id?: string;
value?: any;
options?: Array<any>;
optionLabel?: string;
itemTemplate?(option:any): any;
style?: object;
className?: string;
Expand All @@ -29,4 +30,4 @@ interface DropdownProps {
onContextMenu?(): void;
}

export class Dropdown extends React.Component<DropdownProps,any> {}
export class Dropdown extends React.Component<DropdownProps,any> {}

0 comments on commit 96a09b1

Please sign in to comment.