import React from 'react'; import { ExpandableSection } from '@breakaway/preact-core'; export const ExpandableSectionUncontrolled: React.FunctionComponent = () => ( This content is visible only when the component is expanded. );