UNPKG

@nativescript-community/ui-drawer

Version:

Easily add a side drawer (side menu) to your projects.

5 lines (4 loc) 91 B
declare const DrawerPlugin: { install(app: any): void; }; export default DrawerPlugin;