UNPKG

grid-layout-plus

Version:

<p align="center"> <a href="https://grid-layout-plus.netlify.app/" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/grid-layout-plus.svg" width="180" style="width: 120px;" /> </a> </p>

8 lines (5 loc) 235 B
import './style.scss' export { default as GridLayout } from './components/grid-layout.vue' export { default as GridItem } from './components/grid-item.vue' export type * from './components/types' export type * from './helpers/types'