export var DividerDefaultProps = {
    textPosition: 'center',
    direction: 'horizontal',
    lineType: 'solid',
};
export var DividerFunctionalProps = {
    lineColor: '',
    lineHeight: 0,
    lineType: 'solid',
    lineWidth: 0,
    text: '',
    textStyle: '',
    textClassName: '',
    textPosition: 'center',
    direction: 'horizontal',
};