UNPKG

@nativescript-community/ui-persistent-bottomsheet

Version:

NativeScript plugin that allows you to easily add a persistent bottomsheet to your projects.

7 lines (6 loc) 259 B
import { NativeViewElementNode } from 'svelte-native/dom'; import { PersistentBottomSheet } from '../'; export default class PersistentBottomSheetElement extends NativeViewElementNode<PersistentBottomSheet> { constructor(); static register(): void; }