maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
16 lines (15 loc) • 608 B
TypeScript
import { MazColor } from './types';
export interface MazSpinnerProps {
/**
* The size of the spinner
* @default 2em
*/
size?: string;
/**
* The color of the spinner
* @default theme
*/
color?: MazColor;
}
declare const _default: import('vue').DefineComponent<MazSpinnerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MazSpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
export default _default;