export const LoadingCircleProps = {
  width: {
    type: String,
    default: '40px',
  },
  height: {
    type: String,
    default: '40px',
  },
  color: {
    type: String,
  },
} as const;
