import React from 'react'; import { Title, TitleSizes } from '@breakaway/preact-core'; export const TitleCustomSizes: React.FunctionComponent = () => ( h1 as 4xl h2 as 3xl h3 as 2xl h4 as xl h5 as lg h6 as md Title );