import React from 'react'; import { CalendarFooterProps } from './xui-calendar-footer.d'; const Index: React.FC = ({ children }) => (
{children}
); export default Index;