@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
18 lines (17 loc) • 546 B
TypeScript
import { IconOptions, IconValue } from '@vexip-ui/config';
export declare function formatSeconds(seconds: number): string;
export declare function mergeIconScale(scale: number, icon: IconOptions & {
icon: IconValue;
}): {
scale: number;
class?: import('@vexip-ui/config').ClassType;
style?: import('@vexip-ui/config').StyleType;
title?: string;
label?: string;
flip?: "horizontal" | "vertical" | "both";
effect?: string;
size?: string;
color?: string;
rotate?: number | string;
icon: IconValue;
};