ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
10 lines (9 loc) • 568 B
TypeScript
export function dataToArray(vars: any): any[];
export function addEventListener(target: any, eventType: any, callback: any, options: any): void;
export function removeEventListener(target: any, eventType: any, callback: any, options: any): void;
export function transformArguments(arg: any, cb: any): any[];
export const transitionStr: string;
export const transitionEnd: any;
export function isNumeric(value: any): boolean;
export const windowIsUndefined: boolean;
export function getTouchParentScroll(root: any, currentTarget: any, differX: any, differY: any): any;