import type { JSX, ParentComponent } from 'solid-js'; const CommonButton: ParentComponent> = (props) => ( ); export default CommonButton;