mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-10-09 13:01:57 -04:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
declare module 'vuejs-datepicker' {
|
|
import type { AsyncComponent } from 'vue/types/options';
|
|
const datepicker: AsyncComponent;
|
|
export default datepicker;
|
|
}
|