mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
739075662c
* Migrating Icon to typescript and deprecating JS component * gw suggestions (#18434) --------- Co-authored-by: Garrett Bear <gwhisten@gmail.com>
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
export { Icon } from './icon';
|
|
export { IconName, IconSize } from './icon.types';
|
|
export type { IconProps } from './icon.types';
|