mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
16 lines (15 loc) • 617 B
TypeScript
import { Props } from './types';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
size: number;
type: "line" | "circle";
text: string;
width: string;
activeColor: string;
borderRadius: string;
textColor: string;
textShow: boolean;
backgorund: string;
padding: string;
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;