UNPKG

@nativescript-community/ui-collectionview

Version:

Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.

5 lines (4 loc) 121 B
declare const CollectionViewPlugin: { install(Vue: any, options: any): void; }; export default CollectionViewPlugin;