@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
26 lines (25 loc) • 707 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BooleanProperties = void 0;
var _ToggleDocs = require("../Toggle/ToggleDocs");
const BooleanProperties = exports.BooleanProperties = {
trueText: {
doc: 'Text to show in the UI when value is `true`.',
type: 'string',
status: 'optional'
},
falseText: {
doc: 'Text to show in the UI when value is `false`.',
type: 'string',
status: 'optional'
},
variant: {
doc: 'Choice of input feature. Can be: `checkbox`, `button`, `checkbox-button` or `buttons`.',
type: 'string',
status: 'optional'
},
size: _ToggleDocs.ToggleProperties.size
};
//# sourceMappingURL=BooleanDocs.js.map