1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/components/component-library/button-primary/index.ts
Garrett Bear 3915482edb
ButtonPrimary to TS (#20390)
* ButtonPrimary to TS

* button primary to ts updates

* fixes
2023-08-04 10:45:55 -07:00

4 lines
176 B
TypeScript

export { ButtonPrimary } from './button-primary';
export { ButtonPrimarySize } from './button-primary.types';
export type { ButtonPrimaryProps } from './button-primary.types';