UNPKG

pickadate

Version:

The composable date & time picker.

11 lines (8 loc) 257 B
// @flow import type { RenderOptions } from 'pickadate/apis/dom/types' import { CLASS_NAME_MAP } from 'pickadate/renderers/dom/defaults' export const RENDER_OPTIONS: RenderOptions = { mode: 'date', renderCell: () => {}, className: CLASS_NAME_MAP, }