MCPcopy
hub / github.com/MALSync/MALSync / ComponentCustomProperties

Interface ComponentCustomProperties

src/vue-shims.d.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7declare module '@vue/runtime-core' {
8 interface ComponentCustomProperties {
9 getOption: (key: string) => string;
10 lang: (key: string, args?: string[]) => string;
11 }
12}
13
14export {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected