import React from 'react'; import { Title } from '@breakaway/preact-core'; export const TitleDefaultSizes: React.FunctionComponent = () => ( h1 defaults to 2xl h2 defaults to xl h3 defaults to lg h4 defaults to md h5 defaults to md h6 defaults to md );