const PanelComponent: React.FC<Props> = (props) => { ... } export const Panel = Object.assign(PanelComponent, { PanelFieldset })