Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Nov 26, 2024
1 parent 73c04f1 commit 0030f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-docs-builder/types/ApiBuilder.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export interface ComponentApiContent {
name: string;
imports: string[];
slots?: Slot[];
cssVariables?: CssVariable[];
cssVariables?: { [key: string]: CssVariable };
classes: ComponentClassDefinition[];
spread: boolean | undefined;
themeDefaultProps: boolean | null | undefined;
Expand Down

0 comments on commit 0030f12

Please sign in to comment.