mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 15:50:28 +01:00
4 lines
158 B
TypeScript
4 lines
158 B
TypeScript
|
export { ButtonIcon } from './button-icon';
|
||
|
export { ButtonIconSize } from './button-icon.types';
|
||
|
export type { ButtonIconProps } from './button-icon.types';
|