src/components/elementsThemed/index.js

import Button from "./Button";
import Radio from "./Radio";
import RadioButton from "./RadioButton";
import Text from "./Text";
import Cell from "./Cell";
import Segment from "./Segment";
import View from "./View";
import Field from "./Field";
import Dialogue from "./Dialogue";

/**
 * @namespace ElementsThemed
 */

export {Button, Cell, Dialogue, Field, Radio, RadioButton, Segment, Text, View};
export default {
  Button,
  Cell,
  Dialogue,
  Field,
  Radio,
  RadioButton,
  Segment,
  Text,
  View,
};