@hhgtech/hhg-components
Version:
Hello Health Group common components
10 lines (9 loc) • 345 B
TypeScript
import React from 'react';
import { LOCALE } from "../../../../interfaces/types";
export declare const LightboxFields: ({ listBlockAdded, popupId, locale, onClose, onOtherSubmit, }: {
listBlockAdded: any[];
popupId?: string;
locale: LOCALE;
onClose?: () => void;
onOtherSubmit?: () => void;
}) => React.JSX.Element;