refactor: reorganize all components (#8303)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { installable } from '../utils';
|
||||
import _Button from './Button';
|
||||
|
||||
const Button = installable(_Button);
|
||||
|
||||
export default Button;
|
||||
export { Button };
|
||||
export type { ButtonType, ButtonSize } from './Button';
|
||||
Reference in New Issue
Block a user