@opencloud-eu/design-system
Version:
OpenCloud Design System is used to design OpenCloud UI components
15 lines (14 loc) • 636 B
TypeScript
import { SizeType } from '../../helpers';
export interface Props {
/**
* @docs The aria label of the spinner. It should describe the purpose of the spinner.
*/
ariaLabel?: string;
/**
* @docs The size of the spinner.
* @default medium
*/
size?: SizeType;
}
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLSpanElement>;
export default _default;