UNPKG

@wix/design-system

Version:

@wix/design-system

9 lines 304 B
export { default } from './CalendarPanelFooter'; export * from './CalendarPanelFooter.types'; /** Default options for the Date.toLocaleDateString function call */ export const defaultDateToStringOptions = { year: 'numeric', month: 'short', day: 'numeric', }; //# sourceMappingURL=index.js.map