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.
8 lines (7 loc) • 602 B
TypeScript
import { type HtmlHTMLAttributes } from "vue";
import type { ClassProps } from "./interface";
export interface CarouselIndicatorsProps extends /* @vue-ignore */ HtmlHTMLAttributes {
dotButtonStyle?: string;
}
declare const _default: import("vue").DefineComponent<CarouselIndicatorsProps & ClassProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CarouselIndicatorsProps & ClassProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;