import { Flex, Item } from "react-flex";
import * as React from "react";
const ex1: JSX.Element = (
a first div
- flexes to 1
);
const ex2: JSX.Element = (
-
content here
);
const ex3: JSX.Element = (
-
content here
);
const ex4: JSX.Element = (
Flex also supports the `flex` prop
Yup.
);