UNPKG

press-ui

Version:

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

12 lines (11 loc) 453 B
declare function pivotText(pivotText: any, percentage: any): any; declare function rootStyle(data: Record<string, any>): string; declare function portionStyle(data: Record<string, any>): string; declare function pivotStyle(data: Record<string, any>): string; declare const innerDefault: { pivotText: typeof pivotText; rootStyle: typeof rootStyle; portionStyle: typeof portionStyle; pivotStyle: typeof pivotStyle; }; export default innerDefault;