Skip to content

ModuleDoc

A component that creates a ModuleDoc block for module-level documentation.

import { ModuleDoc } from "@alloy-js/python";
<ModuleDoc
attributes={GoogleStyleDocAttributeProps[]}
deprecated="string"
description={Children[]}
examples={Children[]}
seeAlso={string[]}
style={"google"}
todo={string[]}
warning="string"
/>
attributesoptional GoogleStyleDocAttributeProps[]
deprecatedoptional string
descriptionChildren[]
examplesoptional Children[]
seeAlsooptional string[]
styleoptional “google”
todooptional string[]
warningoptional string