UNPKG

@chayns-components/date

Version:

A set of beautiful React components for developing your own applications with chayns.

11 lines 297 B
import React from 'react'; import { StyledWeekday } from './Weekday.styles'; const Weekday = _ref => { let { name } = _ref; return /*#__PURE__*/React.createElement(StyledWeekday, null, name); }; Weekday.displayName = 'Weekday'; export default Weekday; //# sourceMappingURL=Weekday.js.map