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.
8 lines (7 loc) • 420 B
TypeScript
interface SpinnerProps {
size?: string;
}
declare const _default: import("vue").DefineComponent<SpinnerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SpinnerProps> & Readonly<{}>, {
size: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLOutputElement>;
export default _default;