mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
7c2f7671b0
* ButtonSecondary to TS * updating components and addressing errors * lint and snapshot updates * using Boolean conversion for className * removing ValidButtonTag type * fix text color when link --------- Co-authored-by: garrettbear <gwhisten@gmail.com>
4 lines
188 B
TypeScript
4 lines
188 B
TypeScript
export { ButtonSecondary } from './button-secondary';
|
|
export { ButtonSecondarySize } from './button-secondary.types';
|
|
export type { ButtonSecondaryProps } from './button-secondary.types';
|