import React from 'react'; import { HelperText, HelperTextItem } from '@breakaway/preact-core'; export const HelperTextMultipleStatic: React.FunctionComponent = () => ( This is default helper text This is another default helper text in the same block And this is more default text in the same block );