mirror of
https://github.com/wassname/talk.git
synced 2026-09-27 14:30:39 +08:00
Use explicit export
This commit is contained in:
@@ -1,2 +1 @@
|
||||
export * from "./BaseButton";
|
||||
export { default } from "./BaseButton";
|
||||
export { default, BaseButtonProps } from "./BaseButton";
|
||||
|
||||
Reference in New Issue
Block a user