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.
5 lines (4 loc) • 489 B
TypeScript
import { type PinInputInputProps } from "radix-vue";
import type { ClassProps } from "../../utils/interface";
declare const _default: import("vue").DefineComponent<PinInputInputProps & ClassProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PinInputInputProps & ClassProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;