Repository URL to install this package:
|
Version:
1.2.8 ▾
|
import { ReactNode } from 'react'
export interface BodyProps {
children: ReactNode
}
export interface HTMLProps {
htmlAttributes: Object
headerElements: Object
bodyElements: Array<ReactNode>
appBodyString: string
}