Files
drip/components/cycle-day/labels/labels.js
T
2018-07-16 11:56:55 +02:00

10 lines
228 B
JavaScript

const bleeding = ['spotting', 'light', 'medium', 'heavy']
const mucusFeeling = ['dry', 'nothing', 'wet', 'slippery']
const mucusTexture = ['nothing', 'creamy', 'egg white']
export {
bleeding,
mucusFeeling,
mucusTexture
}