export const 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