press-ui
Version:
简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目
10 lines (9 loc) • 355 B
TypeScript
declare function optionText(option: any, valueKey?: any): any;
declare function rootStyle(data: Record<string, any>): string;
declare function wrapperStyle(data: Record<string, any>): string;
declare const innerDefault: {
optionText: typeof optionText;
rootStyle: typeof rootStyle;
wrapperStyle: typeof wrapperStyle;
};
export default innerDefault;