type BreakpointCustomizable<T> = {
base: T;
xs?: T;
s?: T;
m?: T;
l?: T;
xl?: T;
xxl?: T;
};aria ariatype SpinnerAriaAttribute = {
'aria-label'?: string;
}undefinedcolor colortype SpinnerColor ='primary''inherit''primary'size 🛠sizeinherit, the size is derived from a custom font-size defined on a parent element, calculated against the global line-height (based on ex-unit) to remain visually consistent with other typographic-scale-based components.type SpinnerSize ='2xs''xs''sm''md''lg''xl''2xl''3xl''4xl''5xl''inherit''small' 🚫'medium' 🚫'large' 🚫BreakpointCustomizable<SpinnerSize>'sm'--p-spinner-size --p-spinner-color --p-spinner-track-color 