UNPKG

keep-vue

Version:

Keep Vue is an open-source component library built on top of Vue3 and Tailwind CSS. It offers a collection of pre-designed UI components and styles that you can easily integrate into your web applications.

13 lines (12 loc) 667 B
import type { SVGAttributes } from "vue"; import type { ClassProps } from "../../utils/interface"; export interface CircleLineProps extends /* @vue-ignore*/ SVGAttributes { strokeWidth?: number; strokeColor?: string; } declare const _default: import("vue").DefineComponent<CircleLineProps & ClassProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CircleLineProps & ClassProps> & Readonly<{}>, { class: any; strokeWidth: number; strokeColor: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;