UNPKG

@velis/dynamicforms

Version:

Data entry boilerplate components and a RESTful API consumer

9 lines (7 loc) 207 B
declare module '@vue/runtime-core' { interface ComponentCustomProperties { gettext: (value: string) => string; interpolate: (str: string, data: { [key: string]: any }) => string; } } export {};