1
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import Button from './Button';
|
||||
export type { SizeType as ButtonSize } from '../config-provider/SizeContext';
|
||||
export type { ButtonProps, ButtonSemanticClassNames, ButtonSemanticName, ButtonSemanticStyles, } from './Button';
|
||||
export type { ButtonGroupProps } from './ButtonGroup';
|
||||
export * from './buttonHelpers';
|
||||
export default Button;
|
||||
Reference in New Issue
Block a user