Skip to content

Commit

Permalink
fix: dropdown import type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtute90 authored Mar 11, 2024
1 parent 5b773be commit 9e56cc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ export type { ChipProps } from './Chips/Chip';
export type { ChipLabelProps } from './Chips/ChipLabel';
export type { DimmerProps } from './Dimmer/Dimmer';
export type { DimmerButtonsProps } from './Dimmer/DimmerButtons';
export { DropdownProps } from './Dropdown/Dropdown';
export { DropdownMenuProps } from './Dropdown/DropdownMenu';
export { DropdownToggleProps } from './Dropdown/DropdownToggle';
export type { DropdownProps } from './Dropdown/Dropdown';
export type { DropdownMenuProps } from './Dropdown/DropdownMenu';
export type { DropdownToggleProps } from './Dropdown/DropdownToggle';
export type { FontLoaderProps } from './FontLoader/FontLoader';
export type { ForwardProps } from './Forward/Forward';
export type {
Expand Down

0 comments on commit 9e56cc0

Please sign in to comment.