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.

7 lines (6 loc) 548 B
import type { HTMLAttributes } from "vue"; import type { ClassProps } from "../../utils/interface"; export interface AlertIconProps extends /* @vue-ignore */ HTMLAttributes { } declare const _default: import("vue").DefineComponent<AlertIconProps & ClassProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AlertIconProps & ClassProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;