Skip to content

Commit

Permalink
* picker: share picker components.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Nov 4, 2024
1 parent a50519a commit b7f002b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/picker/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/picker/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import './style';
export * from './vanilla';
import './i18n';
import './component/share';
export * from './types';

0 comments on commit b7f002b

Please sign in to comment.