Skip to content

Commit

Permalink
* dropdown: share dropdown components.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Nov 4, 2024
1 parent 5b566c5 commit a50519a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/dropdown/src/component/share.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import {registerReactComponent} from '@zui/core';
import * as components from './index';

registerReactComponent(components);
1 change: 1 addition & 0 deletions lib/dropdown/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './vanilla/';
export * from './types/';
export * from './style/';
import './component/share';

0 comments on commit a50519a

Please sign in to comment.