import type { HTMLAttributes } from 'vue'; export interface TSpinnerProps extends HTMLAttributes { size?: 'small' | 'medium' | 'auto'; color?: string; } //# sourceMappingURL=TSpinner.types.d.ts.map