1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-28 23:06:37 +01:00
metamask-extension/ui/components/component-library/modal-overlay/index.ts
jainex d879f08763
Update ModalOverlay to use TS Box version (#20203)
* Update ModalOverlay to use TS Box version

* fix jest error

* lint error fix

* Fix lint errors and improve ModalOverlay's TypeScript typings

* Some small updates to story and docs

---------

Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
2023-08-01 14:39:08 -07:00

7 lines
173 B
TypeScript

export { ModalOverlay } from './modal-overlay';
export type {
ModalOverlayProps,
ModalOverlayComponent,
ModalOverlayStyleUtilityProps,
} from './modal-overlay.types';