import { List, ListItem, ListComponent, OrderType } from '@patternfly/react-core'; export const ListOrdered: React.FunctionComponent = () => ( First Second Third );