mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
3f27d018c4
* Migrate ButtonBase to TS --------- Co-authored-by: Binij Shrestha <shresthabinij@gmail.com>
4 lines
158 B
TypeScript
4 lines
158 B
TypeScript
export { ButtonBase } from './button-base';
|
|
export { ButtonBaseSize } from './button-base.types';
|
|
export type { ButtonBaseProps } from './button-base.types';
|