Skip to content

Commit

Permalink
[5.2.2]feat: create Marquee component & NoticeBar add ref actions
Browse files Browse the repository at this point in the history
  • Loading branch information
1uokun committed Aug 12, 2024
1 parent af1c77c commit bfee2a5
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 218 deletions.
2 changes: 1 addition & 1 deletion components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export { default as Input } from './input/index'
export { default as ListView } from './list-view/index'
export { default as List } from './list/index'
export { default as Modal } from './modal/index'
export { default as NoticeBar } from './notice-bar/index'
export { Marquee, default as NoticeBar } from './notice-bar/index'
export { default as Pagination } from './pagination/index'
export { default as PickerView } from './picker-view/index'
export { default as Picker } from './picker/index'
Expand Down
Loading

0 comments on commit bfee2a5

Please sign in to comment.