Skip to content

Commit

Permalink
export all types of Dropdown and Overlay and TriggerProps from index
Browse files Browse the repository at this point in the history
  • Loading branch information
xettri committed Nov 20, 2023
1 parent 6138657 commit 6927c17
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import Dropdown from './Dropdown'
export type { TriggerProps } from '@rc-component/trigger';
export type { DropdownProps } from './Dropdown';
export type { OverlayProps } from './Overlay';

export default Dropdown
import Dropdown from './Dropdown';

export default Dropdown;

0 comments on commit 6927c17

Please sign in to comment.