UNPKG

vue3-grid-layout-next

Version:

A draggable and resizable grid layout, as a Vue component.

8 lines (6 loc) 184 B
/// <reference types="vite/client" /> declare module "*.vue" { import type {DefineComponent} from "vue" const component: DefineComponent<{}, {}, any> export default component }