@ownclouders/design-system
Version:
ownCloud Design System is based on VueDesign Systems and is used to design ownCloud UI components
39 lines (38 loc) • 1.21 kB
TypeScript
/**
* Remote actions can take an undefined portion of time. The spinner gives feedback to the users about an actions being processed.
*/
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
/**
* Descriptive text to be read to screen-readers.
*/
ariaLabel: {
type: StringConstructor;
default: string;
};
/**
* Removes border radius and shrinks the height. Defaults to false.
*/
flat: {
type: BooleanConstructor;
default: boolean;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
/**
* Descriptive text to be read to screen-readers.
*/
ariaLabel: {
type: StringConstructor;
default: string;
};
/**
* Removes border radius and shrinks the height. Defaults to false.
*/
flat: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{}>, {
flat: boolean;
ariaLabel: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;