Button styling cleanup, prop consistency
This commit is contained in:
parent
7dd74ecc9d
commit
7b0e2ce99d
9 changed files with 121 additions and 46 deletions
|
@ -1,2 +1,3 @@
|
|||
export { ButtonProps } from './types';
|
||||
export { default as Button } from './Button';
|
||||
export { default as styles } from './style.module.css';
|
||||
|
|
Reference in a new issue