export * from './color';
export * from './size';
export * from './playground';
export * from './simple';
export * from './withStyles';
export * from './withText';
export default {
title: 'Content|Divider/desktop',
parameters: {
docs: {
readme: require('../Divider.md'),
},
},
};