UNPKG

@activecollab/components

Version:

ActiveCollab Components

14 lines (12 loc) 412 B
import React from "react"; import { FooterContainer } from "./EmptySlate.styles"; // eslint-disable-next-line @typescript-eslint/no-empty-interface export const EmptySlateFooter = _ref => { let { children, ...rest } = _ref; return /*#__PURE__*/React.createElement(FooterContainer, rest, children); }; EmptySlateFooter.displayName = "EmptySlateFooter"; //# sourceMappingURL=EmptySlateFooter.js.map