const CLASS_PREFIX = 'md-divider-dot';

const DEFAULTS = {
  SIZE: 'small' as const,
};

const STYLE = {
  wrapper: `${CLASS_PREFIX}-wrapper`,
};

export { CLASS_PREFIX, DEFAULTS, STYLE };
