Skip to content

InputProperty

type InputProperty =
| InputPropertyBase & {
required: true;
}
| InputPropertyBase & {
defaultValue?: string;
required: false;
};

Defined in: packages/analyzer/src/types.ts:105

@cl-mcp/analyzer

Build-time analysis tools for component libraries. Provides AST analysis, metadata generation, template validation, and type definitions.