UNPKG

276 BTypeScriptView Raw
1import { ComponentInterface } from '../../stencil-public-runtime';
2/**
3 * @part icon - The icon of the reorder handle (uses ion-icon).
4 */
5export declare class Reorder implements ComponentInterface {
6 el: HTMLIonReorderElement;
7 onClick(ev: Event): void;
8 render(): any;
9}