UNPKG

birdpaper-ui

Version:

一个通用的 vue3 UI组件库。A common vue3 UI component library.

12 lines (11 loc) 285 B
var PanelType = /* @__PURE__ */ ((PanelType2) => { PanelType2["Date"] = "date"; PanelType2["Month"] = "month"; PanelType2["Year"] = "year"; return PanelType2; })(PanelType || {}); const dateInjectionKey = Symbol("DatePickerCtxKey"); export { PanelType, dateInjectionKey };