mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +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