Function FormDocumentation
FormDocumentation( props: { className?: string; documentationKey: string; title?: string },): ReactNode | Promise<ReactNode> Parameters
- props: { className?: string; documentationKey: string; title?: string }
Returns ReactNode | Promise<ReactNode>
Properties
Optional
displayName
displayName?: string
Optional
propTypes
propTypes?: any
Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.