File tree Expand file tree Collapse file tree
template/generators/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ declare module 'vue' {
6161 const template = `\
6262import type { App } from 'vue'
6363
64- export const version: string
65- export const install: (app: App) => void
64+ export declare const version: string
65+ export declare const install: (app: App) => void
6666
6767${ exports . join ( '\n' ) }
6868
Original file line number Diff line number Diff line change 11import type { App } from 'vue'
22
3- export const install : ( app : App ) => void
3+ export declare const install : ( app : App ) => void
44
55export * from './basicComponent'
66export * from './button'
Original file line number Diff line number Diff line change 11import type { App } from 'vue'
22
3- export const install : ( app : App ) => void
3+ export declare const install : ( app : App ) => void
44
55export * from './basicComponent'
66export * from './button'
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ interface Locale {
2323 }
2424}
2525
26- export const Locale : Locale
26+ export declare const Locale : Locale
2727
2828export class _LocaleComponent { }
Original file line number Diff line number Diff line change 11import type { App } from 'vue'
22
3- export const version : string
4- export const install : ( app : App ) => void
3+ export declare const version : string
4+ export declare const install : ( app : App ) => void
55
66export * from './actionSheet'
77export * from './alert'
You can’t perform that action at this time.
0 commit comments