UNPKG

@ducor/react

Version:

admin template ui interface

8 lines (7 loc) 186 B
interface EmptyPageProps { message?: string; actionLabel?: string; onActionClick?: () => void; } declare const EmptyPage: React.FC<EmptyPageProps>; export default EmptyPage;