/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format */ import React from 'react'; import {Typography, Button, Space, Input} from 'antd'; // import {styled, FlexColumn} from 'flipper'; const {Title, Text, Link} = Typography; // const Container = styled(FlexColumn)({}); export default function TypographyExample() { return ( h1. Headline h2. Headline h3. Headline h4. Headline Body - Regular Body - Strong Code Primary Secondary Disabled Positive Warning Danger Link Link Secondary ); }