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>

5 lines (4 loc) 215 B
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';