Skip to content

Commit

Permalink
πŸ› Refactor types export (#156)
Browse files Browse the repository at this point in the history
* ♻️ Refactor types export

* πŸ”– Add 1.0.5
  • Loading branch information
floriansimunek authored Sep 21, 2023
1 parent ce8a7c1 commit c308730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fsmnk/react-select-menu",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
12 changes: 1 addition & 11 deletions src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
/* TYPES */
export type {
CloseIconProps,
GLabelProps,
Group,
InputProps,
ItemProps,
LabelProps,
MenuProps,
Option,
SelectProps,
} from '@types';
export * from '@types';

/* COMPONENTS */
export { default as chevronIcon } from '@components/ChevronIcon';
Expand Down

0 comments on commit c308730

Please sign in to comment.