UNPKG

eldav1d-marvel-ui

Version:

UI library for (and from) Playing with Marvel API

6 lines 250 B
export interface DialogOverlayProps { testId?: string; } declare const DialogOverlay: ({ testId, ...props }: DialogOverlayProps) => import("react/jsx-runtime").JSX.Element; export default DialogOverlay; //# sourceMappingURL=DialogOverlay.d.ts.map