UNPKG

@hhgtech/hhg-components

Version:
10 lines (9 loc) 345 B
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;