@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
29 lines (28 loc) • 807 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CopyOnClickProperties = void 0;
const CopyOnClickProperties = exports.CopyOnClickProperties = {
showCursor: {
doc: 'Define if the copy cursor should be visible. Defaults to `true`.',
type: 'boolean',
status: 'optional'
},
disabled: {
doc: 'If `false`, the copy functionality and copy cursor will be omitted. Defaults to `true`.',
type: 'boolean',
status: 'optional'
},
copyContent: {
doc: 'Contents to copy. Used when the copied value should differ from the visually shown value(`children`).',
type: 'React.Node',
status: 'optional'
},
children: {
doc: 'Contents.',
type: 'React.Node',
status: 'required'
}
};
//# sourceMappingURL=CopyOnClickDocs.js.map