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