@activecollab/components
Version:
ActiveCollab Components
19 lines • 572 B
TypeScript
import React, { HTMLAttributes } from "react";
export interface EmptySlateProps extends HTMLAttributes<HTMLDivElement> {
src: string;
alt: string;
title: string;
description?: string;
}
export declare const EmptySlate: {
({ title, description, src, alt, children, ...rest }: EmptySlateProps): React.JSX.Element;
Footer: {
({ children, ...rest }: {
[x: string]: any;
children: any;
}): React.JSX.Element;
displayName: string;
};
displayName: string;
};
//# sourceMappingURL=EmptySlate.d.ts.map