@ownclouders/design-system
Version:
ownCloud Design System is based on VueDesign Systems and is used to design ownCloud UI components
23 lines (22 loc) • 785 B
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
/**
* Content to be displayed
*/
content: {
type: StringConstructor;
required: true;
};
}>, {
contentLabel: import('vue').ComputedRef<string>;
showCopied: import('vue').Ref<boolean, boolean>;
copyContentToClipboard: () => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
/**
* Content to be displayed
*/
content: {
type: StringConstructor;
required: true;
};
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;