/**
 * TEAM: frontend_infra
 * @flow
 */

import * as React from "react";

import Text from "../../Text";

/**
 * @title Text weight
 */
export default function TextWeight(): React.Node {
  return <Text weight="bold">I&apos;m strong</Text>;
}
