UNPKG

nativescript-custom-bottomsheet

Version:

Nativescript Custom Bottomsheet is a plugin that enable the show a custom beautiful actionsheet/bottomsheet.

7 lines (6 loc) 219 B
/// <reference path="typings/cbs.android.d.ts" /> import { CBSheetOption } from "./custom-bottomsheet.common"; export declare class CustomBottomsheet { constructor(); show(options: CBSheetOption): void; }