UNPKG

ng-zorro-antd-mobile

Version:

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

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