@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines (18 loc) • 443 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BooleanProperties = void 0;
const BooleanProperties = exports.BooleanProperties = {
trueText: {
doc: 'The text to use when the value is true.',
type: 'string',
status: 'optional'
},
falseText: {
doc: 'The text to use when the value is false.',
type: 'string',
status: 'optional'
}
};
//# sourceMappingURL=BooleanDocs.js.map