UNPKG

@opencloud-eu/design-system

Version:

OpenCloud Design System is used to design OpenCloud UI components

13 lines (12 loc) 668 B
export interface Props { /** * @docs Name of the icon to display. Please refer to the `OcIcon` component to see how to use icon names. */ icon: string; /** * @docs Hex-code of the primary color to display. This color is being used for the left side of the gradient. */ colorPrimary?: string; } 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;