@activecollab/components
Version:
ActiveCollab Components
11 lines • 350 B
TypeScript
import React, { HTMLAttributes } from "react";
export interface EmptySlateFooterProps extends HTMLAttributes<HTMLDivElement> {
}
export declare const EmptySlateFooter: {
({ children, ...rest }: {
[x: string]: any;
children: any;
}): React.JSX.Element;
displayName: string;
};
//# sourceMappingURL=EmptySlateFooter.d.ts.map