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