UNPKG

@oruga-ui/oruga-next

Version:

UI components for Vue.js and CSS framework agnostic

1 lines 707 B
{"version":3,"file":"datepicker.mjs","sources":["../../src/components/datepicker/index.ts"],"sourcesContent":["import type { App, Plugin } from \"vue\";\n\nimport Datepicker from \"./Datepicker.vue\";\n\nimport { registerComponent } from \"@/utils/plugins\";\n\n/** export datepicker specific types */\nexport type { DatepickerEvent, FocusedDate } from \"./types\";\n\n/** export datepicker plugin */\nexport default {\n install(app: App) {\n registerComponent(app, Datepicker);\n },\n} as Plugin;\n\n/** export datepicker components */\nexport { Datepicker as ODatepicker };\n"],"names":["Datepicker"],"mappings":";;;AAUA,MAAe,QAAA;AAAA,EACX,QAAQ,KAAU;AACd,sBAAkB,KAAKA,SAAU;AAAA,EAAA;AAEzC;"}