mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
4 lines
158 B
TypeScript
4 lines
158 B
TypeScript
|
export { ButtonLink } from './button-link';
|
||
|
export { ButtonLinkSize } from './button-link.types';
|
||
|
export type { ButtonLinkProps } from './button-link.types';
|