GerkinDev/vuejs-datatable

View on GitHub
src/html.shim.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
declare module "*.html" {
    export const render: () => any;
    //export const staticRenderFns: () => any;
}