GoogleStyleDocParams
A component that creates a GoogleStyleDoc block for parameters.
import { GoogleStyleDocParams } from "@alloy-js/python";
<GoogleStyleDocParams parameters={ParameterDescriptor[] | string[]} />
import { GoogleStyleDocParams } from "@alloy-js/python/stc";
GoogleStyleDocParams({ parameters: ParameterDescriptor[] | string[],}).children(children)
parameters | ParameterDescriptor[] | string[] |