Skip to content

Commit

Permalink
refactor(ui): dropdown styles and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Aug 23, 2019
1 parent 647f254 commit f488839
Show file tree
Hide file tree
Showing 16 changed files with 1,026 additions and 1,017 deletions.
14 changes: 8 additions & 6 deletions src/framework/ui/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { SelectOption } from '@kitten/ui/select/select.component';

export {
Avatar,
AvatarProps,
Expand Down Expand Up @@ -29,12 +31,12 @@ export {
CheckBoxElement,
} from './checkbox/checkbox.component';
export {
Dropdown,
DropdownProps,
DropdownElement,
DropdownOption,
} from './dropdown/dropdown.component';
export { DropdownItemType } from './dropdown/droppdownItem.component';
Select,
SelectProps,
SelectElement,
SelectOption,
} from './select/select.component';
export { SelectOptionType } from './select/selectOption.component';
export {
Icon,
IconProps,
Expand Down

0 comments on commit f488839

Please sign in to comment.