mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
3915482edb
* ButtonPrimary to TS * button primary to ts updates * fixes
4 lines
176 B
TypeScript
4 lines
176 B
TypeScript
export { ButtonPrimary } from './button-primary';
|
|
export { ButtonPrimarySize } from './button-primary.types';
|
|
export type { ButtonPrimaryProps } from './button-primary.types';
|