| 6 | |
| 7 | declare module '@vue/runtime-core' { |
| 8 | interface ComponentCustomProperties { |
| 9 | getOption: (key: string) => string; |
| 10 | lang: (key: string, args?: string[]) => string; |
| 11 | } |
| 12 | } |
| 13 | |
| 14 | export {}; |
nothing calls this directly
no outgoing calls
no test coverage detected