UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

8 lines (7 loc) 300 B
import { ActionSheetComponent } from './action-sheet.component'; export declare abstract class ActionSheetRef<T = any, R = any> { abstract close(result?: R): void; abstract destroy(result?: R): void; abstract getElement(): HTMLElement; abstract getInstance(): ActionSheetComponent; }