UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

4 lines 228 B
import type { ForwardRefComponent } from '@project44-manifest/react-types'; import type { ModalProps } from './Modal.types'; export declare const Modal: ForwardRefComponent<"div", ModalProps>; //# sourceMappingURL=Modal.d.ts.map