@opencloud-eu/design-system
Version:
OpenCloud Design System is used to design OpenCloud UI components
9 lines (8 loc) • 461 B
TypeScript
export interface Props {
/**
* @docs The content to be displayed in the error log.
*/
content: 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;