UNPKG

yozora-vue

Version:

Build beautiful, scalable UIs effortlessly with Yozora, a Vue 3 and Tailwind CSS component library focused on flexibility, responsiveness, and ease of customization. Perfect for developers seeking fast, maintainable, and utility-first design integration.

12 lines (11 loc) 506 B
interface SpinnerProps { size?: string; color?: string; fillClass?: string; } declare const _default: import("vue").DefineComponent<SpinnerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SpinnerProps> & Readonly<{}>, { size: string; color: string; fillClass: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLOutputElement>; export default _default;