UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

76 lines (75 loc) 1.74 kB
export declare function deepCloneVNodes(vnodes: Array<any>, createElement: Function): any[]; export declare const SWIPER_PROPS: { indicatorDots: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; vertical: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; autoplay: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; circular: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; interval: { type: (NumberConstructor | StringConstructor)[]; default: number; }; duration: { type: (NumberConstructor | StringConstructor)[]; default: number; }; current: { type: (NumberConstructor | StringConstructor)[]; default: number; }; indicatorColor: { type: StringConstructor; default: string; }; indicatorActiveColor: { type: StringConstructor; default: string; }; previousMargin: { type: StringConstructor; default: string; }; nextMargin: { type: StringConstructor; default: string; }; currentItemId: { type: StringConstructor; default: string; }; skipHiddenItemLayout: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; displayMultipleItems: { type: (NumberConstructor | StringConstructor)[]; default: number; }; disableTouch: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; navigation: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; navigationColor: { type: StringConstructor; default: string; }; navigationActiveColor: { type: StringConstructor; default: string; }; };