UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 234 B
import React from 'react'; export type EmptyComponentProps = { onClose?: () => void; onContinue?: () => void; }; export declare const EmptyComponent: ({ onClose, onContinue, }: EmptyComponentProps) => React.JSX.Element;