GeneratorParamsSectionProps interface presentation exported
Last updated: 2026-03-04T23:21:38.421Z
Metrics
LOC: 5
Complexity: 1
Params: 0
Signature
interface GeneratorParamsSectionProps
Source Code
export interface GeneratorParamsSectionProps {
defs: readonly GeneratorParamDef[];
params: GeneratorParams;
onChange: (params: GeneratorParams) => void;
}
No outgoing dependencies.
No incoming dependencies.