UNPKG

@line/create-liff-app

Version:

Start developing LIFF application with a simple CLI command.

9 lines (7 loc) 279 B
/// <reference types="vite/client" /> declare module '*.vue' { import { DefineComponent } from 'vue'; // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types const component: DefineComponent<{}, {}, any>; export default component; }