UNPKG

ng-zorro-antd-mobile

Version:

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

6 lines (5 loc) 198 B
export declare type TabDirection = 'horizontal' | 'vertical'; export declare type TabBarPositionType = 'top' | 'bottom' | 'left' | 'right'; export interface TabsOnChangeEvent { index: number; }