@opencloud-eu/design-system
Version:
OpenCloud Design System is used to design OpenCloud UI components
10 lines (9 loc) • 500 B
TypeScript
import { SizeType } from '../../helpers';
export interface Props {
name: string;
accessibleLabel?: string;
iconSize?: SizeType;
width?: number;
}
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;