Repository URL to install this package:
import { ReactNode } from 'react'; export interface MainProps { className: string; children?: ReactNode | string; }