UNPKG

react-toolbox-build4server

Version:

Builds react-toolbox in such a way that it's components can be required and used in node - most likely for server-side rendered webapps - without having to depend on webpack to build your entire server-side project

13 lines 495 B
module.exports={ "root": "rt-date_picker_calendar-root", "prev": "rt-date_picker_calendar-prev", "next": "rt-date_picker_calendar-next", "title": "rt-date_picker_calendar-title", "years": "rt-date_picker_calendar-years", "active": "rt-date_picker_calendar-active", "week": "rt-date_picker_calendar-week", "days": "rt-date_picker_calendar-days", "day": "rt-date_picker_calendar-day", "disabled": "rt-date_picker_calendar-disabled", "month": "rt-date_picker_calendar-month" }