UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

7 lines (6 loc) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MONTH_ITEM_HEIGHT = exports.START_YEAR = void 0; exports.START_YEAR = 1901; // TODO: we need to remove it to make height customizable exports.MONTH_ITEM_HEIGHT = 40;